https://github.com/basemax/certificategenerator
Certificate Generator is a python script that allows you to generate certificates for your participants with just one click. If you are an event or conference organizer, this script will streamline your workflow and save you time by generating certificates for all of your attendees at once.
https://github.com/basemax/certificategenerator
certificate image pil python
Last synced: about 2 months ago
JSON representation
Certificate Generator is a python script that allows you to generate certificates for your participants with just one click. If you are an event or conference organizer, this script will streamline your workflow and save you time by generating certificates for all of your attendees at once.
- Host: GitHub
- URL: https://github.com/basemax/certificategenerator
- Owner: BaseMax
- License: gpl-3.0
- Created: 2023-03-19T16:38:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T06:47:17.000Z (over 2 years ago)
- Last Synced: 2025-08-11T02:54:16.235Z (about 2 months ago)
- Topics: certificate, image, pil, python
- Language: Python
- Homepage:
- Size: 562 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Certificate Generator
Certificate Generator is a **python script** that allows you to generate certificates for your participants with just one click. If you are an event or conference organizer, this script will streamline your workflow and save you time by generating certificates for all of your attendees at once.

## Getting Started
To use this script, follow these simple steps:
- Download or clone the repository to your local machine.
- Install the necessary dependencies by running `pip install -r requirements.txt` on your terminal.
- Edit the `names.txt` file and add the names of the people you want to generate certificates for, each on a new line.
- Customize and update the `certificate-background.png` file according to your certificate design and style to reflect your organization's branding.
- Run the `generator.py` script by typing `python generator.py`.
- Your certificates will be generated and saved in the `output` directory as the `generator.py` file, with the participant's name added to the filename.## Customization
This script uses `certificate-background.png` as the raw certificate background style. You can customize the style and color according to your preference to match your event's design.
You can also modify the certificate background file to change the message and other details that appear on the certificate.
Please feel free to customize and adapt this script to suit your needs.
Thank you for choosing Certificate Generator!
Copyright Max Base - 2023