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 installWithout Poetry
pip3 install --user -r requirements.txtpoetry run python main.py
# Or
poetry shell
python main.py- python 3.6+
- fingers (maybe)