A simple terminal menu for python
Project description
kiwi menu
Example
from kiwi_menu import Menu
fruits = ["apple", "banana", "kiwi"]
menu = Menu(
"Choose a fruit",
fruits
)
selected = menu.show_menu()
print("You choosed", fruits[selected])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kiwi_menu-1.0.0.tar.gz
(1.9 kB
view hashes)
Built Distribution
Close
Hashes for kiwi_menu-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 798056cf527e0b65c34e76a37e38a28e887ebd304193b9d270a14cbaa255c363 |
|
MD5 | 0eb7bad40bdd8240f36c30b8db7a2949 |
|
BLAKE2b-256 | bf9bb4f40413149cb5cad8399c20ee40d5f3108f4c7c79d264fce2af4efa0e46 |