Skip to content

tomasvana10/wordlemini

Repository files navigation

wordlemini

wordlemini preview image licence PyPI version Publish to PyPI.org release issues CodeQL Tests

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

Installation

Install the package from PyPI (a virtual environment is recommended):

pip install wordlemini

Run the game:

wordlemini

CLI

arguments

  • config
    • lang <lang-code> - Change the language.
    • dark <on/off> - Turn dark mode or on off.

Example:

wordlemini config lang ru
  • stats - View your stats, including your guess distribution and games played.

Runtime dependencies

textual platformdirs pycountry

Acknowledgements

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

Gallery

Stats TUI

stats page