A CLI implementation of Wordle in python writtern as part of the boot.dev back-end developer course.
Ensure you have python3 installed.
- Clone this repository.
git clone https://github.com/TCWaterhouse/wordleCLI.git
- Go into
example_path.py
and change thePATH
variable to the path of the wordleCLI project on your device and then rename the file to justpath.py
. - Play the game!
python main.py
- Optional Add the following to your shell config in order to easily play whenever you want by including the full path to the
main.py
file.alias wordle="python ~/your/path/here/wordleCLI/main.py"