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
- Host: GitHub
- URL: https://github.com/rchtgpt/certifyed
- Owner: rchtgpt
- License: gpl-3.0
- Created: 2020-10-24T16:00:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-11T20:01:34.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T21:57:22.247Z (6 months ago)
- Topics: certificate, pptx, xlrd
- Language: Python
- Homepage:
- Size: 484 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

A python script to generate merit certificates which takes data from a spreadsheet and saves the certi as a PDF
# Certificate design (outcome)
# 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: