An open API service indexing awesome lists of open source software.

https://github.com/purplesyringa/clirender

CLI rendering engine for Python
https://github.com/purplesyringa/clirender

cli cli-application draw python rendering-2d-graphics xml

Last synced: about 1 year ago
JSON representation

CLI rendering engine for Python

Awesome Lists containing this project

README

          

# 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](https://github.com/imachug/clirender/wiki)