Skip to main content

Build Nice User Interfaces In The Terminal

Project description

Note

This project is deprecated. Please use cli-ui instead.

Originaly readme below.

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.5.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

python_cli_ui-0.7.5-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: python-cli-ui-0.7.5.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for python-cli-ui-0.7.5.tar.gz
Algorithm Hash digest
SHA256 95db44a08cff347166d163f2f3e1239cf84351b055b64c3d0439fbd0e900dbbd
MD5 bb24a7d07168f277191446a6d88820b3
BLAKE2b-256 f085e7d938afd918e27d84eb9aaaa4671b2236b9269e9ff059dda08e5b663546

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_cli_ui-0.7.5-py3-none-any.whl
  • Upload date:
  • Size: 11.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for python_cli_ui-0.7.5-py3-none-any.whl
Algorithm Hash digest
SHA256 315e1655982708e5b5cfe7f3cef72a6c86fc682e2ce121faebfc58722af46614
MD5 7c689162f9244f7ff907fad6fc21da98
BLAKE2b-256 25673babc30b45ea745831bb31d7251d82c7c4f3f920a773463863cfa75cb7bd

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