pytermrender/README.md

7 lines
145 B
Markdown

# Pyterm Render
A quick to use framework for making terminal based graphics in python.
```
python3 -m venv .
pip install -r requirements.txt
```