Wordle TUI: Play WORDLE game in your terminal

Play WORDLE game in your terminal.

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

Prerequisites

  • Python 3.7+
  • Linux/MacOS (Windows is not supported due to upstream limits).

Quick Start

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: