Python code to generate and emails certificates automatically , using name filled in the form.
- You must have
Python >= 3.9.1
- pip install required packages.
pip install -r requirements.txt
- 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"
- Now you can run the
main.py
to get started
- Look out for changes you think would help in the bettering the experience of the user, improve the code base, add documentation wherever neccessary
- If you find some issues you can report them.
- You can make pull requests.
- Look out for issues marked with the Hakctober tag to make your contribution count for the hacktoberfest 2021.