Skip to content

codeiiest-dev/Certificate-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ceritificate Generator

Will generate a list of Participation Certificate and also send emails to them

Steps (WIP)

  1. pip3 install -r requirements.txt
  2. make ./.env in following format

    EMAIL = <your_email>
    PASSWORD = <your_password>
    
  3. update contact_list.csv with the following format

    person1_name,person1_email
    person2_name,person2_email
    ...
    
  4. edit MAIL_SUBJECT, CC, and BCC

  5. update ./message.txt to setup the message format according to Template String

  6. run main.py

Note for sending mail via gmail

gmail blocks this scripted mail send behavior, to allow this go to Google Account Setting -> Security -> Less Secure App Access -> Turn On

To Do

  • Gmail API [ ]

About

Python Script to generate Certificate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published