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
- Host: GitHub
- URL: https://github.com/purplesyringa/clirender
- Owner: purplesyringa
- Created: 2018-03-12T20:09:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T19:19:12.000Z (about 8 years ago)
- Last Synced: 2025-03-20T05:05:27.798Z (about 1 year ago)
- Topics: cli, cli-application, draw, python, rendering-2d-graphics, xml
- Language: Python
- Size: 349 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)