Play WORDLE game in your terminal.
The game will be kept the same as the Web version.
- Python 3.7+
pip3 install --user "https://github.com/frostming/wordle-tui/archive/main.zip"
# Run the application
wordleClone the repository
git clone https://github.com/frostming/wordle-tui.git
cd wordle-tuiIf you are using PDM, then:
pdm install
# Run the application
pdm run startOtherwise, set up a new virtualenv and install the dependencies:
python3 -m venv venv
. venv/bin/activate
pip install textual pyperclip platformdirs
# Run the application
python wordle_app.pySpecial Thanks to @willmcgugan who created the awesome tools.
- Share the result
MIT.
