Tuesday, January 11, 2022

Wordle solver

 Solving problems with code - why?

In some way or form solving any problem with code is a fun activity for me. I find joy in finding an algorithmic way to reach the solution.

Soo.. this is a simple solver for this fun little puzzle I found: 

Solver uses python, selenium, nltk for words, and wordfreq to identify words with higher frequency as a key to pick the next candidate.
It is generally fun to watch it solve. Enjoy.