A terminal-based menu system using blessed.
Project description
Starri
Starri is a simple Python library for creating terminal-based menus. It supports navigation with the arrow keys and submenus for a dynamic user experience.
Installation
You can install Starri with pip:
pip install starri
Usage
Here's how to use Starri:
from starri import *
def main():
starri(
title = "Title",
choices = [
{"label": "Option 1", "onselect": lambda: print("Option 1 selected")},
{"type": "spacer"},
{"label": "Option 2", "onselect": lambda: print("Option 2 selected")},
{"label": "Exit", "onselect": exit}
]
)
if __name__ == "__main__":
main()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
starri-1.6.2.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file starri-1.6.2.tar.gz.
File metadata
- Download URL: starri-1.6.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af88ac18822a8c08fa126cbc319a0d27bbcd2a1c9551ad180e4ed1d249dd0fa5
|
|
| MD5 |
501b58e6063ecf34de94395ff81dc1b5
|
|
| BLAKE2b-256 |
a27e29ff6322c2e3fe4f2e3e3fcb4c1f642eab92004cb876c388bd9bbf2915a4
|
File details
Details for the file starri-1.6.2-py3-none-any.whl.
File metadata
- Download URL: starri-1.6.2-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3afc25c1ff3c823ca1b8e2ba45bc16fcbfa362e72317a32043e31eb8203227e9
|
|
| MD5 |
834affd73133b39c83c820e2c7ef7e85
|
|
| BLAKE2b-256 |
3c79084a049504a05ad6f510a7d2e1a8202b4eb34e1e0f6633ceabfc0c50969c
|