KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
MLSA-Certificate-Generator
★ 22
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
2023-zjsdxs
:
2023年第六届浙江省大学生网络与信息安全竞赛
Assinatura-MapOS
:
Sistema de assinatura pra MapOS
tensoria
:
WGPU-accelerate ndarray, now in rust
PositionConverter
:
Converts Fanuc robot positions between their various forms
PortableAppsManager
:
Manage your portable applications with a simple, Microsoft Store-like interface.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
MLSA-Certificate-Generator
?
Download (.md)
# MLSA-Certificate-Generator This repo simply use a template certificate docx file and generates certificates in both docx and pdf. ## For Windows and Mac users. ## Run these commands in your terminal ``` git clone https://github.com/Sarita-021/MLSA-Certificate-Generator/ cd MLSA-Certificate-Generator ``` ## Customization and Generation ### Step 1 : Adding list of participants <br> <img width="657" alt="Step1" src="https://github.com/Sarita-021/MLSA-Certificate-Generator/assets/121181405/c20ac1ae-5c1b-4aec-9e32-0d8f432ba5af" > <br> - Now Copy the name of Participants of your event and paste their names in the file `Event Participants.csv` present in the folder `Templates`. - Save the changes - No additional field required only name of participants can work. ### Step 2 : Modifying your event details <br> <img width="1150" alt="Step 2" src="https://github.com/Sarita-021/MLSA-Certificate-Generator/assets/121181405/b9450e4e-5c3c-4e14-87f0-873d6fc34329"> - Open the file `main_certificate.py` - Move to line 54 and Write name of the "Host" instead of "Your Name" - Move to line 57 and Write "Event name" instead of "Your Event Name" - Move to line 60 and Write "Event Date" instead of "Your Event Date" - Save the changes. ### Step 3 : Open Terminal ### ```For Mac Users``` ``` pip3 install -r requirements.txt python3 main_certificate.py ``` ### ```For Windows Users``` ``` pip install -r requirements.txt python main_certificate.py ``` ### Step 4 : Certificates - Look for Output Folder in "MLSA-Certificate-Generator" folder in your pc - There you find 2 separate folders namely "Doc" and "PDF" with your certificates ready - Extract the certificates and share with your participants ## Well Done!!! You Did It. ## Thank You