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.3.tar.gz
(10.0 kB
view details)
Built Distribution
File details
Details for the file python-cli-ui-0.7.3.tar.gz
.
File metadata
- Download URL: python-cli-ui-0.7.3.tar.gz
- Upload date:
- Size: 10.0 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.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5167f998b96a6579e0953061dc13725a7b3ae62a1857267bc3de204557c6356 |
|
MD5 | a35c14e9bfec52d2f471d56beef4ddee |
|
BLAKE2b-256 | de5243c4311cac0a703dcbc66983d7e99c9ed1a08f7b909261d1f66c785722a9 |
File details
Details for the file python_cli_ui-0.7.3-py3-none-any.whl
.
File metadata
- Download URL: python_cli_ui-0.7.3-py3-none-any.whl
- Upload date:
- Size: 11.2 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.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee4fa78cb19ba82e4fb4bf93f08efe53d8bf00352084455c68e2c3b7bd8dcfaf |
|
MD5 | 52bc8d38f0c0f8b67e069d276744c931 |
|
BLAKE2b-256 | ec728d286986d2604cd858fdf0d46bef647bc07b9a423e87dde6fef66ee072ab |