A program to find better words for solving Wordle puzzles.
This program takes the fun out of Wordle puzzles.
It was developed solely as a programming exercise. Please use it at your own risk.
This program uses statistics in a word list to make better guesses in a Wordle puzzle.
Currently, it simply ranks words by frequencies characters appear in specific places.
A demo version is also included to let the helper guess a word you pick.
Python 3.9+
- Clone the repository
- Run
pip install -r requirements.txt
in the directory. - Run
python load_words.py
to download words.
To get help playing wordle, run python wordle_helper.py
.
To let the helper guess your word, run python wordle_demo.py
Word list from dwyl/english-words