Skip to content

Ayush0922/WOC-certificate-generator-Hactoberfest2021

 
 

Repository files navigation

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.

About

An automatic certificate generator and emailer , web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 55.0%
  • HTML 31.5%
  • Python 11.9%
  • JavaScript 1.6%