Go to file
icaema 966e41f644 In process of refactoring the code to be an imported module 2023-11-16 08:20:07 -05:00
.gitignore yay tracking 2023-11-05 14:18:19 -05:00
README.md Update 'README.md' 2023-11-15 22:24:48 +00:00
example.py In process of refactoring the code to be an imported module 2023-11-16 08:20:07 -05:00
example2.py In process of refactoring the code to be an imported module 2023-11-16 08:20:07 -05:00
pytermrender.py In process of refactoring the code to be an imported module 2023-11-16 08:20:07 -05:00
requirements.txt yay tracking 2023-11-05 14:18:19 -05:00
termrender.py yay tracking 2023-11-05 14:18:19 -05:00
termrender_audio.py yay tracking 2023-11-05 14:18:19 -05:00

README.md

Pyterm Render

A quick to use framework for making terminal based graphics in python.

python3 -m venv .
pip install -r requirements.txt