A Wordle implementation for the command-line, written in Python.
git clone https://github.com/mcmangini/cli-wordle.git
cd cli-wordle
python3 -m venv venv
source venv/bin/activate
cd src
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
usage: cliwordle.py [-h] [-d DATE] [-r] [-n]
Play Wordle on the command line.
options:
-h, --help show this help message and exit
-d, --date DATE Play a game from a specific date (YYYY-MM-DD)
-r, --random Play a game with a randomly selected word (overrides the date option)
-n, --noletterpool Don't display the letter pool