Skip to content

zameel7/bulk-certificate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

Easy Bulk Certificate Maker

A repo that helps you to create certificates📑 in bulk easily

Open In Colab

Requirements to execute the file: -

  1. a Gmail account💌 for the requirement of Google Colab😅.
  2. an internet connection for executing code in colab.
  3. 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.]

How to execute the code: -

Simply click on the run button in Collab for each cell. The button on the left hand corner of each cell.

Understanding the code: -

  1. Import all the necessary files needed for processing.

Capture

  1. 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.

Capture2

  1. 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.🔮.

Capture3

  1. 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.

Capture4

  1. Specify the location where the bulk of certificates will be generated.

Capture5

  1. (Now real cheesy🧀 layer comes into play😋) Print the name at the location of the mouse pointer on the template using OpenCV.

Capture6

  1. Finally, the certificates are saved in the provided location.

Capture7

For any Queries and Improvement feel free to contact me, au revoir👋🏼.


Contributors:

Releases

No releases published

Packages

No packages published