This is a small script which aimes to half automate the game wordle. We hacked it toghether in the lunch break, so don't expect anything.
To get started run:
python3 -m build
python3 -m wordleBot
Help page:
python3 -m wordleBot --help
Links to some wordle games: Wordle - The New York Times Wordle Game - Play Unlimited Wordle Archive - Play Older and Next Games
And to edit source code and test it:
pip install -e .
The english word list we used is this and the german wordlist this
- Downvote words with duplicate letters, because words like "sissy" get a good probability, but are bad to get new information.
- Imput checking: If feedback on duplicate letter is ambiguis (e.g. gray and yellow)