Skip to main content

a ligh weight menu , support both win and mac

Project description

dumb_menu

one day i want to make a menu for my progarm, but i don't want to use any library they are so heavy and not support both mac and windows (i am talking about u : simple_term_menu ), so i make this.

dumb_menu is a ligh weight menu ,support hot key, support both win and mac ,not tested on linux.

options = ["[1]Option 1", "[2]Option 2", "[3]Option 3","[q]quit"]

index = get_menu_choice(options)

print(f"You selected option {index + 1}: {options[index]}")

png

Installation

https://pypi.org/project/dumb-menu/

how to upload a new version

  1. change setup.py

  2. python3 setup.py sdist

  3. twine upload dist/*

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

dumb_menu-1.0.1.tar.gz (2.9 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