https://github.com/immstudios/cgtool
https://github.com/immstudios/cgtool
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/immstudios/cgtool
- Owner: immstudios
- License: mit
- Created: 2019-04-10T08:42:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T20:31:35.000Z (over 5 years ago)
- Last Synced: 2025-06-20T13:52:20.568Z (12 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/cgtool.service
Awesome Lists containing this project
README
# CGTool
[nxcg](https://github.com/martastain/nxcg)/[cherrypy](https://github.com/cherrypy/cherrypy) based graphics generator.
Setup
-----
### Prerequisites
```bash
apt -y install python3-pip libyaml-dev python3-cairo gir1.2-gtk-3.0 python3-gi-cairo
pip3 install pyyaml requests cherrypy jinja2
```