Generate event certificates easily.
- Inkscape (
apt install inkscape
)
Use the package manager pip to install certificates.
pip install certificates
certificates participants.csv template.svg
usage: certificates [-h] [--output OUTPUT] participants template
positional arguments:
participants csv filaname containing participants
template certificate template in svg format used to build
optional arguments:
-h, --help show this help message and exit
--output OUTPUT, -o OUTPUT
destination of the generated certificates
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.