A cli project to make many type of chosser menu
Project description
climanu
climanu the cli menu creater
description : climanu used make cli menu like github repo have
installation
pip install climanu
Example 1
import climanu
mymanu=climanu.SimpleManu()
mymanu.setManu(options=["option 1","option2","option3"],title="my manu",console_text="Select",context="Chose any one")
mymanu.showManu()
print(mymanu.getUserinput())
Example 2
import climanu
mymanu=climanu.TableManu()
mymanu.setManu(columns=["no.","options"],
rows=[["1","apple"],["2","mango"],["3","orange"]],
title="Main Manu",
console_text="Select any one")
mymanu.showManu()
print(mymanu.getUserinput())
print(mymanu.getUserinputRow())
auther: HuiHola
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
climanu-0.0.2.tar.gz
(2.5 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 climanu-0.0.2.tar.gz.
File metadata
- Download URL: climanu-0.0.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79a2bc2692aaf68249fe8b769ba21a53083aabb522c98d5930f96e5931933bd3
|
|
| MD5 |
8aa919527014dae6ee07d7edaf9d879c
|
|
| BLAKE2b-256 |
174089732f6c19d1e1acbdac41e3647050db6dc88dc2fc484c50e70fa67cd8f2
|
File details
Details for the file climanu-0.0.2-py3-none-any.whl.
File metadata
- Download URL: climanu-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f32447d1cafc41377a311a49812e674dc2a95488f565b41f52c6dd276b6ee26
|
|
| MD5 |
d4b7091b0c7a0ebb725348334f763ed1
|
|
| BLAKE2b-256 |
fe6fd4ae87c6d7205de0ee636f8b4842b81875265830215afc56463373c7166c
|