Skip to main content

Interactive Python Menu

Project description

menupy

MIT License

Interactive Python Menu

About

CLI Menu creation with easy, fast, flexible usage for the programmer, and a clean layout for their users.

Examples

Option Menu

import menupy

NewMenu = menupy.OptionMenu("Title", title_color="cyan")
NewMenu.add_option("Option Selection #1")
NewMenu.add_option("Option Selection #2", color="red")
NewMenu.add_option("Option Selection #3", color="green")
result = NewMenu.run()

Input Menu

import menupy

NewMenu = menupy.InputMenu("Title", title_color="cyan")
NewMenu.add_input("Input #1")
NewMenu.add_input("Input #2", color="magenta")
NewMenu.add_input("Input #3", color="yellow", input_text="default", input_color="blue")
result = NewMenu.run()

License

This project is licensed under the terms of the MIT License.

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

menupy-1.0.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

menupy-1.0.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

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