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.
- Host: GitHub
- URL: https://github.com/yathartharora/event_certificates
- Owner: yathartharora
- License: mit
- Created: 2020-05-29T19:50:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T20:54:24.000Z (about 6 years ago)
- Last Synced: 2025-04-17T15:13:54.570Z (about 1 year ago)
- Topics: certificate-generation, opencv-python
- Language: Python
- Homepage:
- Size: 224 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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")