Metadata-Version: 2.1
Name: certiGenerator
Version: 1.0.2
Summary: Easily generate participation certificates using this package
Home-page: https://github.com/yathartharora/event_certificates
Author: yathartharora
Author-email: yathartharora1999@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# 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 to save the generated certificate


# Libraries required

This package requires opencv to write information onto the certificates.


# Sample Code

import certiGenerator <br />
api = certiGenerator.certiGenerator() <br />

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

# Refer to github link for the template certificate and generated certificate

https://github.com/yathartharora/event_certificates


