wiztigers / pysvgag

Python SVG animator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python SVG Animation Generator

Takes a .svg image as a parameter, and creates a .svg SMIL animation.

usage: pysvgag.py [-h] [-o OUTPUT] [-t TOTAL_TIME] svg_file

SVG Animator

positional arguments:
  svg_file              SVG image input file

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        SVG image output file
  -t TOTAL_TIME, --total-time TOTAL_TIME
                        Animation total duration in seconds

About

Python SVG animator

License:GNU Affero General Public License v3.0


Languages

Language:Python 61.7%Language:JavaScript 38.3%