pyroglyph

A simple library for building real-time text-based UIs


Keywords
cli, curses, ui, terminal, python
License
Apache-2.0
Install
pip install pyroglyph==0.1.0

Documentation

pyroglyph

image

image

image

An elegant and intuitive library for building text-based UIs in Python.

image

(image credit: Andrea.)

Installation

To install the latest release from PyPI:

$ pip install pyroglyph

To install the latest development release:

$ git clone https://github.com/ChrisTimperley/pyroglyph
$ cd pyroglyph
$ python setup.py install