git clone https://github.com/camball/Wordle-Helper
pip3 install inflect
From the directory this repository was downloaded into, run:
python3 -m wordle
This is the helper tool I coded to help me in the game of Wordle.
Hopefully you don't think this is cheating 😂😭 (or maybe you might think it is... don't judge)
I justify myself using these scripts because it's the same process I do in my head... just if my head had a big dictionary with near-instantaneous lookup time, and I were a perfect logician...
This project uses the inflect library to not suggest plural words to the user (as WORDLE never uses plurals as the correct answer).