Metadata-Version: 2.1
Name: lottery-tui
Version: 1.0.1
Summary: A terminal user interface for lottery games.
Author-Email: onyx-and-iris <code@onyxandiris.online>
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: textual>=8.0.0
Requires-Dist: loguru>=0.7.3
Description-Content-Type: text/markdown

# Lottery TUI

[![pdm-managed](https://img.shields.io/endpoint?url=https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2Fpdm-project%2F.github%2Fbadge.json)](https://pdm-project.org)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![PyPI - Version](https://img.shields.io/pypi/v/lottery-tui.svg)](https://pypi.org/project/lottery-tui)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/lottery-tui.svg)](https://pypi.org/project/lottery-tui)

-----

![img](./img/tui.png)

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

*with uv*

```console
uv tool install lottery-tui
```

*with pipx*

```console
pipx install lottery-tui
```

The TUI should now be discoverable as lottery-tui.

## Use

Launch the TUI, select a lottery and press the Draw button!

To exit from the application press *q* or *Ctrl+q*

## License

`lottery-tui` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
