This project implements a CLI for rendering an SVG to a PNG image. You can test it using the SVGs in the examples
directory.
pip install colorama Pillow
python3 exe-path svg-path [{-o | --output} png-path] [{-s | --show} | {-sa | --show-all}]
The --show[-all]
option tells the program whether it should open the file(s) after rendering or not.
Iulian Oleniuc (3B3)