clirender

CLI rendering engine for Python


Keywords
cli, cli-application, draw, python, rendering-2d-graphics, xml
Install
pip install clirender==0.58

Documentation

CLI render

clirender is a Python library for rendering GUI in command line. This is not a library for rendering windows but for rendering full-screen applications.

Installation

Using pip: pip install clirender.

Using git: git clone https://github.com/imachug/clirender.

Usage

See wiki