Skip to content

sheindel/wordle_py

Repository files navigation

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)

About

CLI Python clone of Wordle game, using rich

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published