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
# 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!
FAQ
Python2 support?
No. If you need this, feel free to create your own fork :)
Windows support?
Yes! Should work in mintty and cmd.exe at least.
Documentation?
Use the source, Luke!
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
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.1.1.tar.gz.
File metadata
- Download URL: python-cli-ui-0.1.1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e8519072d35e729346ee93facd3bc6b6cc4c053971a782fceda7331a57b41b7
|
|
| MD5 |
855a1a43f68d4c7032d518d9fe2b7a04
|
|
| BLAKE2b-256 |
b83788f918b806b8c503247cf5bac0910f4557f9c4b28bf50f0d5ac22420c388
|
File details
Details for the file python_cli_ui-0.1.1-py3-none-any.whl.
File metadata
- Download URL: python_cli_ui-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d17b3f590e84cf0e69bdd1b9e38d3b092f1eb6709d4db36149bba7cef4b84ff
|
|
| MD5 |
65c36de2bd74b34fc9e1a78447818fd9
|
|
| BLAKE2b-256 |
9d4591642ee8a97d361670d89aebaf27b496da0bc7c7a45ca94f94cebfd0d48d
|