This repository consists of a list of python scripts to automate few tasks.
You can contribute by adding more python scripts which can be used to automate things. Some of already done are listed below. Incase you have anything to be followed while executing the python script mention it as well
A Python script to auto generate e-certificates in bulk.
- First install all the dependencies, present in the requirements.txt file
- Put a certificate template with blank fields, in the project folder, with the name `certificateTemplate.png` .Make sure the template is in `png` format only
- Put the input `csv` file containing a list of the participant names by under a column name.
- Once all this is done, run `python3 main.py` in your terminal
- The generated certificates would be present under the *export* folder, with each certificate having the name of the participant.
- One can change the font, by adding custom fonts under the font folder.
- One can change the location of the name inside the main.py file.