A Wordle remake in Python using Tkinter.
- Install requirements using
pip3 install -r requirements.txt
- Launch with
python3 PyWordle.py
The default wordlist was provided by https://github.com/tabatkins/wordle-list
You can create your own wordlist.txt, just put each 5 letter word on it's own line!