A repo that helps you to create certificates📑 in bulk easily
- a Gmail account💌 for the requirement of Google Colab😅.
- an internet connection for executing code in colab.
- minute know how of 🐍python programming language and 😏knack to learn.[basic knowledge of
Google Colab
,Pandas
,OpenCV
is a ➕ point but not a mandate.]
Simply click on the run button in Collab for each cell. The ▶
button on the left hand corner of each cell.
- Import all the necessary files needed for processing.
- Now in order to create the certificates in bulk, we need names in bulk, which must be provided in an excel file and the same must be uploaded in the window when asked for during execution.
- The
Pandas
module is used to read excel files and then extract data from them wherein the user needs to specify the column names explicitly, which shall be made even more customizable in future.🔮.
- Upload the template of the certificate as
.png
through the files explorer of Colab and then rename the same to something creative yet simple and lucid.
- Specify the location where the bulk of certificates will be generated.
- (Now real cheesy🧀 layer comes into play😋) Print the name at the location of the mouse pointer on the template using
OpenCV
.
- Finally, the certificates are saved in the provided location.
For any Queries and Improvement feel free to contact me, au revoir👋🏼.