Build Nice User Interfaces In The Terminal
Project description
Tools for nice user interfaces in the terminal.
Documentation
Demo
Watch the asciinema recording.
Usage
$ pip install python-cli-ui
Example:
import ui
# coloring:
ui.info("This is", ui.red, "red",
ui.reset, "and this is", ui.bold, "bold")
# enumerating:
list_of_things = ["foo", "bar", "baz"]
for i, thing in enumerate(list_of_things):
ui.info_count(i, len(list_of_things), thing)
# progress indication:
ui.info_progress("Done", 5, 20)
ui.info_progress("Done", 10, 20)
ui.info_progress("Done", 20, 20)
# reading user input:
with_sugar = ui.ask_yes_no("With sugar?", default=False)
fruits = ["apple", "orange", "banana"]
selected_fruit = ui.ask_choice("Choose a fruit", fruits)
# ... and more!
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
python-cli-ui-0.7.4.tar.gz
(9.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 python-cli-ui-0.7.4.tar.gz.
File metadata
- Download URL: python-cli-ui-0.7.4.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5c8f7612a1ec93e11091f12e381fe0a59ba11bb8766ebb62f3d45f1c5177980
|
|
| MD5 |
db672da326cab4b3004b24418a6377ae
|
|
| BLAKE2b-256 |
71764772ff1c2c982c3e5cd75f5e01ae575adb979afc3473d267915de39813f4
|
File details
Details for the file python_cli_ui-0.7.4-py3-none-any.whl.
File metadata
- Download URL: python_cli_ui-0.7.4-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd7919b120820d4b56b7b0ec08c84d696813a47baa56f842261e5439d6a00d7c
|
|
| MD5 |
2563b705a1f7f8a393f07407f5eb4af4
|
|
| BLAKE2b-256 |
fc32e63370450c69ccc06aefb8e55926011a7eeb3824787fed8d3d12149b4e09
|