Skip to main content

Build Nice User Interfaces In The Terminal

Project description

Tools for nice user interfaces in the terminal.

https://img.shields.io/travis/TankerApp/python-cli-ui.svg?branch=master https://img.shields.io/pypi/v/python-cli-ui.svg https://img.shields.io/github/license/TankerApp/python-cli-ui.svg

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


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)

Uploaded Source

Built Distribution

python_cli_ui-0.2.0-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file python-cli-ui-0.2.0.tar.gz.

File metadata

File hashes

Hashes for python-cli-ui-0.2.0.tar.gz
Algorithm Hash digest
SHA256 99f96be54e3162e6cf166273a1240ff68fc7bfaaf994306f3737f1f77515d6f1
MD5 e4bd04a7dbc4eb741ce7f4c694715af6
BLAKE2b-256 6706d4f0c4638358e28a6e252fcfa1ed8896cc40bbd8716f1c3ff4f26c25d46b

See more details on using hashes here.

File details

Details for the file python_cli_ui-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for python_cli_ui-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ab660bb07d3277cb93b1af3c02595bc8fdb5c92abfc2ad7dfbb7361dd1748828
MD5 6af3947406cb73b8f1d7cb0b13177314
BLAKE2b-256 bf2c4223cc1e5f57b51c36d992b9bb8e9749001ff5b330634bec52f3c007d866

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page