This module will allow you to quickly create interesting and user-friendly menus for console applications!
Project description
Description
This module will allow you to quickly create interesting and user-friendly menus for console applications!
ATTENTION: Required keyboard module
Code example
from MenuCreator import CreateMenu
Menu = CreateMenu(title="Example Menu", elements=[
'First element',
'Second element',
'Third element'
])
Menu.load_menu()
Menu.wait()
if Menu.get_selected_item() == 0:
print("Selected first element!")
elif Menu.get_selected_item() == 1:
print("Selected second element!")
else:
pass
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
Menu-Creator-0.1.7.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Menu-Creator-0.1.7.tar.gz.
File metadata
- Download URL: Menu-Creator-0.1.7.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.4.0 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d9e3830161b975972d5282bbd748efeb2436fbf3747b4b625d6197a686cfb22
|
|
| MD5 |
39511f7d9f9ca07de44c84ef856e1a7c
|
|
| BLAKE2b-256 |
450abac07b95d7f7595da363bc55bccfa2816529094b44bab97000ced4632d31
|
File details
Details for the file Menu_Creator-0.1.7-py3-none-any.whl.
File metadata
- Download URL: Menu_Creator-0.1.7-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.4.0 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db22a19a7849182a6c06972e50662040e3dc1d265bb774915665bcc3fb99d6fa
|
|
| MD5 |
2d6559103dc4da2f20c855b9228fdc64
|
|
| BLAKE2b-256 |
0f2be68c22d9fd0b9af6d38e34de57e69493405c6497ced3486c0b6ac4cf3e7b
|