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

https://github.com/rchtgpt/certifyed

a python script to generate merit certificates • used @techsyndicate
https://github.com/rchtgpt/certifyed

certificate pptx xlrd

Last synced: about 2 months ago
JSON representation

a python script to generate merit certificates • used @techsyndicate

Awesome Lists containing this project

README

          

![certifyed](https://socialify.git.ci/dotrachit/certifyed/image?language=1&owner=1&stargazers=1&theme=Light)

A python script to generate merit certificates which takes data from a spreadsheet and saves the certi as a PDF

# Certificate design (outcome)
![merit-eg](https://user-images.githubusercontent.com/44428198/83947594-9aad4080-a835-11ea-9be3-aca850cb0d36.png)

# Spreadsheet Format

| Name of Participant | Name of instituition | Event | Position |
| ------------------- | ------------------------------------- | ----------- | ------------- |
| Chandler Bing | Amity International School, sector-46 | MUN | 1 |
| Joey Tribbiani | Amity International School, sector-46 | Programming | 2 |
| Ross Geller | Amity International School, sector-46 | Hackathon | participation |

- Let's say a person - Ross Geller, has not achieved any position then its corresponding _Position_ column should have the word "participation" as the value (as can be seen in the above example.)
- The data entry should start from the first cell of the spreadsheet i.e A1.

# Usage
Primarily built for Amity International School, Gurgaon but feel free to use it for personal purposes as well. :smile: