wordlemini
is a TUI package that allows you to play wordle in the command-line using Textual
.
- Download the latest source code here.
- Available languages: Czech, German, English, Spanish, French, Italian, Dutch, Portugese, Russian
Install the package from PyPI (a virtual environment is recommended):
pip install wordlemini
Run the game:
wordlemini
arguments
- config
- lang
<lang-code>
- Change the language. - dark
<on/off>
- Turn dark mode or on off.
- lang
Example:
wordlemini config lang ru
- stats - View your stats, including your guess distribution and games played.
textual
platformdirs
pycountry
textual - A Rapid Application Development framework for Python.
platformdirs - Finding the right place to store user data, independent to the OS.
pycountry - ISO databases for languages
Stats TUI