Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 753 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 753 Bytes

secret-santa

Description of Project

Setting Up

  1. Install Python 3.8.5 and pip
  2. Installing dependencies
    1. Install pip requirements
    > cd \Path\to\root-folder
    > pip install -r requirements.txt

Usage

  1. Initialise your email and password value in app.py
MAIL_USERNAME = "your_email"
MAIL_PASSWORD = "your_password"
  1. Initialise the name and email of respective friends in order in app.py
NAME = ["name1", "name2", "name3"]
EMAIL = ["email1", "email2", "email3"]
  1. Run the program and head to http://127.0.0.1:5000 to generate secret santa to your respective friends' email