Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

frostming/wordle-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle TUI

Play WORDLE game in your terminal.

The game will be kept the same as the Web version.

image

Prerequisites

  • Python 3.7+

Quick Start

Install as an application

pip3 install --user "https://github.com/frostming/wordle-tui/archive/main.zip"
# Run the application
wordle

Clone the repo and run

Clone the repository

git clone https://github.com/frostming/wordle-tui.git
cd wordle-tui

If you are using PDM, then:

pdm install
# Run the application
pdm run start

Otherwise, 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.py

Credits

Special Thanks to @willmcgugan who created the awesome tools.

Todo List

  • Share the result

License

MIT.

Releases

No releases published

Packages

No packages published

Languages