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

Documentation

See tcli documentation.

Demo

Watch the asciinema recording.

Usage

$ pip install tcli

Example:

import ui

# coloring:
tcli.info("This is", tcli.red, "red",
        tcli.reset, "and this is", tcli.bold, "bold")

# enumerating:
list_of_things = ["foo", "bar", "baz"]
for i, thing in enumerate(list_of_things):
    tcli.info_count(i, len(list_of_things), thing)

# progress indication:
tcli.info_progress("Done",  5, 20)
tcli.info_progress("Done", 10, 20)
tcli.info_progress("Done", 20, 20)

# reading user input:
with_sugar = tcli.ask_yes_no("With sugar?", default=False)

fruits = ["apple", "orange", "banana"]
selected_fruit = tcli.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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

tcli-0.7.5-py3-none-any.whl (18.9 kB view hashes)

Uploaded Python 3

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