Skip to main content

Create simple Curses menus

Project description

###A small utility for the creation of curses-based menus on Unix-like systems.

###Requires:

  • Python 3.x

###Usage:

from SimpleMenu import Menu new_menu = Menu(“Item 1”, “Item 2”, “Item 3”) choice = new_menu.show() print(choice)

See test.py for more.

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

SimpleMenu-1.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

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