a library of menu ui
Project description
pickerUI is a small python library to help you create interactive selection list in the terminal. See it in action:
Installation
$ pip install pickerUI
Usage
pick comes with a simple api:
>>> from pickerUI import pick
>>> target, level = pick({"A":[0,1,2], "B":[0,1,2]})
>>> print(target, level)
run:
python test.py
A:
0
=> 1
2
B:
0
1
2
output:
1 A
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
pickerUI-1.2.0.tar.gz
(2.4 kB
view details)
File details
Details for the file pickerUI-1.2.0.tar.gz.
File metadata
- Download URL: pickerUI-1.2.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
340848a00d2b72ad68d7e3cb49dbc79346f51391207e1ce2c5b327c0ea8fcde3
|
|
| MD5 |
e0df29c4527fa26e510b7b0bb146000b
|
|
| BLAKE2b-256 |
edd2452eb75f3a959a7b18ca8f822121dc0e849e8349b213f97c1a6eb30560b6
|