Playing Wordle (e.g. Wordly) is painful, especially when I was stuck with certain strange, unreasonable word and started to swear.
So instead of working hard to memorize words and practice Wordle, I cheat. This kind little script would play it for me; I can show off now.
This is a May Fool project.
python -m venv .venv
# Source venv files for whatever you use
pip install -r requirements.txt
python autowordle.pyREAD THE CODE, EVERYTHING'S IN IT!
If you are on Linux, you may have to use a system-wide Chrome installation to address permission issues. On Windows, nothing special has to be done - just alter LOCAL_CHROME_PATH to None.
Now sit and watch. Star this repo if it helps.
This project is just for fun. Hack it if it doesn't work for you.
- A Collection of the Best Wordle Tips and Tricks for the algorithm prototype.
- The project itself for allowing me to get rid of Wordle forever.
- Google Gemini, GitHub Copilot and Anthropic Claude for helping me refactor, simplify, modernize, modularize, commenting and altering to
playwrightinstead of (deprecated)pypuppetmy original 1,200-line code.
The Unlicense. Try your best to misuse it and tell me. (I'm not responsible for that.)