Skip to main content

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


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.5.6.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

starri-1.5.6-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file starri-1.5.6.tar.gz.

File metadata

  • Download URL: starri-1.5.6.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

Hashes for starri-1.5.6.tar.gz
Algorithm Hash digest
SHA256 5004cf0da6001b0d10de8a9ea03d27a7cbc0e932e7e3f99c4e2868b5c359af36
MD5 c5a8b832b94c92137f3d70edc0a79a32
BLAKE2b-256 8f878f6e074b9b564e8522671dd78989947176570fb70a3ed3d4d731c00d7489

See more details on using hashes here.

File details

Details for the file starri-1.5.6-py3-none-any.whl.

File metadata

  • Download URL: starri-1.5.6-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

Hashes for starri-1.5.6-py3-none-any.whl
Algorithm Hash digest
SHA256 2e7c444397abbdf26002d5def022ffef3b52d3520bbb44c4680f043cfd948192
MD5 8374c93a9dae7801fa6b7fb4b5f3481d
BLAKE2b-256 8fcb6d7714b9ea717cd2b729e4fe8ca4918712476900b34aa1846d3070c3b9e7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page