Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 558 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 558 Bytes

wordle_py

Wordle clone in the command line using python and rich. Created to play around more with rich as well as VSCode devcontainers

Sample Play

To Install

With Poetry

poetry install

Without Poetry

pip3 install --user -r requirements.txt

To Play

poetry run python main.py
# Or
poetry shell
python main.py

Requirements

  • python 3.6+
  • fingers (maybe)