Skip to main content

kiwi menu

'kiwi menu' is a python library that you can use to create simple menus in the terminal screen.

Install

pip install 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])

Result:

> apple
  banana
  kiwi

You choosed apple

Observation: You optionaly can define the color, symbol, and the pre-selected number.

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.2.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kiwi_menu-1.0.2-py3-none-any.whl (2.1 kB view details)

Uploaded Python 3

File details

Details for the file kiwi_menu-1.0.2.tar.gz.

File metadata

  • Download URL: kiwi_menu-1.0.2.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for kiwi_menu-1.0.2.tar.gz
Algorithm Hash digest
SHA256 4f4e7eec611ea76f9b7265a5f177cc46e482ffad752f4817af97d4802d60b18d
MD5 342db9ffdda047dbfa7b247a2d75e47a
BLAKE2b-256 9c167370411ffe0d8be6565c1cbd149ec1408013cfe26d3370059f90c0d57fd2

See more details on using hashes here.

File details

Details for the file kiwi_menu-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: kiwi_menu-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 2.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for kiwi_menu-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1c64dec057ce0722c20b45f8ef0b1a4cf1a7057c9f5eaaf7f4a347923747d515
MD5 355eb04b93825917b9f0c7933dace4ff
BLAKE2b-256 54b641e4437e9b8e8d36df42924549977127fc74591562588137f4f8eaf24b1b

See more details on using hashes here.

Supported by

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