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/TankerHQ/python-cli-ui.svg?branch=master https://img.shields.io/pypi/v/python-cli-ui.svg https://img.shields.io/github/license/TankerHQ/python-cli-ui.svg

Documentation

See python-cli-ui 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


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)

Uploaded Source

Built Distribution

python_cli_ui-0.7.3-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

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

Hashes for python-cli-ui-0.7.3.tar.gz
Algorithm Hash digest
SHA256 a5167f998b96a6579e0953061dc13725a7b3ae62a1857267bc3de204557c6356
MD5 a35c14e9bfec52d2f471d56beef4ddee
BLAKE2b-256 de5243c4311cac0a703dcbc66983d7e99c9ed1a08f7b909261d1f66c785722a9

See more details on using hashes here.

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

Hashes for python_cli_ui-0.7.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ee4fa78cb19ba82e4fb4bf93f08efe53d8bf00352084455c68e2c3b7bd8dcfaf
MD5 52bc8d38f0c0f8b67e069d276744c931
BLAKE2b-256 ec728d286986d2604cd858fdf0d46bef647bc07b9a423e87dde6fef66ee072ab

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