Build Nice User Interfaces In The Terminal
Project description
Tools for nice user interfaces in the terminal.
Demo:
Run python3 ui.py and be amazed!
Or just watch the asciinema recording
Usage
Example:
# 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!
See more in the documentation.
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.2.0.tar.gz
(9.5 kB
view details)
Built Distribution
File details
Details for the file python-cli-ui-0.2.0.tar.gz
.
File metadata
- Download URL: python-cli-ui-0.2.0.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99f96be54e3162e6cf166273a1240ff68fc7bfaaf994306f3737f1f77515d6f1 |
|
MD5 | e4bd04a7dbc4eb741ce7f4c694715af6 |
|
BLAKE2b-256 | 6706d4f0c4638358e28a6e252fcfa1ed8896cc40bbd8716f1c3ff4f26c25d46b |
File details
Details for the file python_cli_ui-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: python_cli_ui-0.2.0-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab660bb07d3277cb93b1af3c02595bc8fdb5c92abfc2ad7dfbb7361dd1748828 |
|
MD5 | 6af3947406cb73b8f1d7cb0b13177314 |
|
BLAKE2b-256 | bf2c4223cc1e5f57b51c36d992b9bb8e9749001ff5b330634bec52f3c007d866 |