A small program with GUI to help filter words to use in WORDLE.
I recommend using this as a last resort to enjoy the game.
The options provided in GUI window are self-explanatory.
A jupyter-notebook is also provided for manual entries.
python3 or python wordle_hurdle.py
"words.txt" file is taken from https://github.com/dwyl/english-words
- Python >= 3.7
- Tkinter >= 8.6
- pandas
- numpy