Now easily generate participation certificates digitally using this package.
The package takes following six inputs --
- Certificate template path
- Organization's logo
- Participant's name
- Event name
- Organization name
- Issuer name
- Output path
import certiGenerator
api = certiGenerator.certificateGenerator()
api.generate_certificate("certificate_template.png","google.png","Yatharth Arora","Software Development","Google","Google India","test.jpg")