Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 906 Bytes

File metadata and controls

25 lines (20 loc) · 906 Bytes

WOC-certificate-generator

Python code to generate and emails certificates automatically , using name filled in the form.

Installation

  1. You must have Python >= 3.9.1
  2. pip install required packages.
pip install -r requirements.txt
  1. Just change the following lines in main.py with your dummy gmail accounts
 # Enter your email and password  from which you want to sent the image
    Your_email = "dummy email"
    Your_Password = "dummy password"
  1. Now you can run the main.py to get started

Steps for contributing

  1. Look out for changes you think would help in the bettering the experience of the user, improve the code base, add documentation wherever neccessary
  2. If you find some issues you can report them.
  3. You can make pull requests.
  4. Look out for issues marked with the Hakctober tag to make your contribution count for the hacktoberfest 2021.