/wordle-cli

A CLI version of Wordle.

Primary LanguagePython

Wordle CLI

Abdi Adem | 2022

A CLI version of Wordle. Made using Typer.

Screenshots

Screenshot 1

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