Generates Certificates from a Given Image Template
Takes in a photograph of a certificate and some additional info then add the names to it.
Part of Problem Statement for Unilag DSC Open Hack Week 2019 #OHW #OHW2019.
This helps to solve the problem of manually having to write a certificate generator for each certificate that is going to be issued for an event or having a graphics manually design for each participant of the event. The project supports any format of csv containing data to be included in the certificate and support for static data such as date, It also supports any kind of image file to be used as the certificate template.
- Python 3
- matplotlib
- Install the Requirements
- Install Python 3 on your system
- Install matplotlib on Python;
$ pip3 install matplotlib
- Run the
main.py
file- Enter the CSV location
- Add additional info if available
- Enter the Image Template location
- Select the points on the image that should be replaced
- Exit the Image editor then check the certificates folder for the results.
- Reading and Parsing CSV files of names
- Writing Text on the Certificates
- Added Dynamic Templating Functionality
- Make certificate more beautiful
- LordGhostX