
About
Wordle is a web-based word game created by Josh Wardle in which players get six attempts to guess a five-letter word, with a new puzzle released daily. Wordle PyCLI Game is a Python command-line implementation of Wordle, installed via pip, featuring a colorful terminal interface with a styled keyboard display and visual attempt tracking. The project is archived and no longer under active development.
Getting started
Install with `pip3 install --upgrade wordle-pycli`, then run `wordle-pycli` from the terminal to start a game.