Install the following onto your computer:
- Python 3.10.x
- Run
pip install -r requirements.txt
To run the wordle solver, run python wordle_solver.py
. After running, perform the following steps:
- Insert given word to Wordle site.
- Input the result from the site in the following format:
- Grey letters = 0
- Yellow letters = 1
- Green letters = 2
- Repeat this process with each newly given word until the word is found or no more rounds remain.
Winning Word: sight
What was the result of stoae?
0=Grey
1=Yellow
2=Green
Word: stoae
Ans: 21000
What was the result of shist?
0=Grey
1=Yellow
2=Green
Word: shist
Ans: 21102
What was the result of sight?
0=Grey
1=Yellow
2=Green
Word: sight
Ans: 22222
SUCCESS!