An open API service indexing awesome lists of open source software.

https://github.com/yathartharora/event_certificates

Handwritten certificates are too old fashioned in this tech savvy world. Use this python package to generate digital certificates for your events.
https://github.com/yathartharora/event_certificates

certificate-generation opencv-python

Last synced: 9 months ago
JSON representation

Handwritten certificates are too old fashioned in this tech savvy world. Use this python package to generate digital certificates for your events.

Awesome Lists containing this project

README

          

# certiGenerator

Now easily generate participation certificates digitally using this package.

The package takes following six inputs --
1. Certificate template path
2. Organization's logo
3. Participant's name
4. Event name
5. Organization name
6. Issuer name
7. Output path

# Sample Code

import certiGenerator

api = certiGenerator.certificateGenerator()

api.generate_certificate("certificate_template.png","google.png","Yatharth Arora","Software Development","Google","Google India","test.jpg")