Play the popular word game Wordle directly in the shell. Also allows for the option to play random Wordles and a historical Wordle.
Credit to Josh Wardle, the original creator of Wordle.
The file wordle_cli/wordlist.py
includes every single word, in order, used for daily Wordles, including words for future Wordles. It is advised to avoid looking at this file unless you want to be spoiled.
Note: compiled version coming soon
- Clone the repository into its own directory.
- Install the dependencies in requirements.txt, either in a venv or in the site-packages.
- Open a terminal and execute:
$ python wordle.py
- A file
config.ini
will be generated. Runpython wordle.py -h
for help.