
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. wordlemini is a Wordle clone built as a terminal-UI package using the Textual framework, installed from PyPI. It supports nine languages (Czech, German, English, Spanish, French, Italian, Dutch, Portuguese, and Russian) and a stats view tracking guess distribution and games played.
How it differs from the original
Unlike the original, browser-only Wordle, wordlemini runs entirely offline in the terminal and supports multiple languages via a `config lang` command.
Getting started
Install with `pip install wordlemini` (a virtual environment is recommended) and run `wordlemini` to start. Use `wordlemini config lang <code>` to change the language, `wordlemini config dark on/off` to toggle dark mode, and `wordlemini stats` to view your guess distribution and games played.