Abdi Adem | 2022
A CLI version of Wordle. Made using Typer.
To get started:
git clone https://github.com/AbdiA3/wordle-cli.git
cd wordle-cli
pip install typer # UNIX: pip3 install typer
python main.py # UNIX: python3 main.py
If you want to see the rules you can add --rules
flag.
python main.py --rules # UNIX: python3 main.py --rules
When installing Typer it will automatically install the following packages.
click
colorama
typer