Wordle clone in the command line using python and rich. Created to play around more with rich as well as VSCode devcontainers
With Poetry
poetry install
Without Poetry
pip3 install --user -r requirements.txt
poetry run python main.py
# Or
poetry shell
python main.py
- python 3.6+
- fingers (maybe)