Metadata-Version: 2.4
Name: rogvibe
Version: 0.1.0
Summary: Textual-based terminal lottery wheel.
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual>=0.40
Dynamic: license-file

# Rogvibe

Terminal lottery wheel built with [Textual](https://github.com/Textualize/textual): press Space to spin the wheel and randomly pick a participant.

## Quick start

```cli
uvx rogvibe
# or
pip install rogvibe
rogvibe
# or
uv tool install --python 3.13 rogvibe
rogvibe
```
