A logic-based, "hard mode" Wordle solver based on my intuition about what makes a good guess.
Try it in-browser using the link below:
Select Run > Run All Cells from the menu. After a few moments, the focus will move to an interactive prompt which displays recommended words.
For testing it out, I recommend opening Wordle Unlimited in a new browser window. Type your guess into Wordle and the solver. Type the clues from Wordle into the solver. New recommended words will be displayed.
pip install pandas numpy
python wordle-solver.py
-a
: Auto mode. Assumes you always accept the suggestion, so you don't have to type it out.
-v
: Verbose. Shows top 5 guess options and their scores.