mirror of
https://github.com/onyx-and-iris/lottery-tui.git
synced 2026-04-08 21:23:30 +00:00
initial commit
This commit is contained in:
41
README.md
Normal file
41
README.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# Lottery TUI
|
||||
|
||||
[](https://pdm.fming.dev)
|
||||
[](https://github.com/astral-sh/ruff)
|
||||
[](https://pypi.org/project/lottery-tui)
|
||||
[](https://pypi.org/project/q3rcon-tui)
|
||||
|
||||
-----
|
||||
|
||||

|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Installation](#installation)
|
||||
- [License](#license)
|
||||
|
||||
## Installation
|
||||
|
||||
*with uv*
|
||||
|
||||
```console
|
||||
uv tool install lottery-tui
|
||||
```
|
||||
|
||||
*with pipx*
|
||||
|
||||
```console
|
||||
pipx install lotter-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.
|
||||
Reference in New Issue
Block a user