Skip to main content

Console menus made simple.

Project description

Get rid of the clutter of Curses. Use SimpleMenu to create easy-to-use functional menus, so you can concentrate on the code that matters.

Just look at the usage below to see how it’s done, and check out test.py for a (slightly) more detailed example with titles and subtitles.

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.0.2.tar.gz (2.4 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