Skip to content

MLSC-BSOITR/Certificate-Generator-MLSA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Learn Student Ambassador Certificate Automation

This repo simply use a template certificate docx file and generates certificates both docx and pdf.

Setup

  • Working on Windows only.
cd MLSA-Certificate-Automate
pip install -r requirements.txt
python main_certificate.py

Customization

In, main_certificate.py folder. Change your participants and your name with path and name.

Also, functions are very simple. You can implement your own versions as well.

Further Releases (Planning)

  • Adding e-mail automation to script?
  • Implementing for Linux users?

Souce Repo(I made some subtle improvements) : Click Here

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%