Metadata-Version: 2.1
Name: textual-mastermind
Version: 1.0.8
Summary: Mastermind game built with Textual
Author: Rafal Padkowski
Author-email: rafaelp@poczta.onet.pl
Requires-Python: >=3.13,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: textual (>=1.0.0,<2.0.0)
Requires-Dist: textual-utils (>=1.0.4,<2.0.0)
Description-Content-Type: text/markdown

# textual-mastermind

Mastermind game built with Textual


## Installation

```bash
$ pipx install textual-mastermind
```

## Running

```bash
$ mm
```


## License

`textual-mastermind` has been created by Rafal Padkowski. It is licensed under the terms
of the MIT license.

