lottery-tui/README.md
2026-02-21 22:16:14 +00:00

42 lines
1.0 KiB
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.