Metadata-Version: 2.4
Name: twordle
Version: 1.0.2
Summary: A terminal wordle game
License-Expression: MIT
License-File: LICENSE
Author: Carson Evans
Author-email: carsonwevans@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Project-URL: Documentation, https://github.com/carc1n0gen/twordle#readme
Project-URL: Homepage, https://github.com/carc1n0gen/twordle
Project-URL: Issues, https://github.com/carc1n0gen/twordle/issues
Project-URL: Repository, https://github.com/carc1n0gen/twordle
Description-Content-Type: text/markdown

# twordle

Terminal wordle game

<img width="609" height="310" alt="image" src="https://github.com/user-attachments/assets/c3bf9b30-84ac-451a-b10a-04be9b1777cb" />

## Install

### Recommended

Install via [pipx](https://pipx.pypa.io/stable/).

`pipx install twordle`

### Not Recommended

Install in system python.

> [!WARNING]
> This will install the package in your system python and is generally considered bad practgice.

`pip install twordle`

## Usage

`twordle` will start the game.

`twordle --offline` will start the game using a random word rather than fetching todays wordle answer.

