- Install Python 3.8.5 and pip
- Installing dependencies
- Install pip requirements
> cd \Path\to\root-folder > pip install -r requirements.txt
- Initialise your email and password value in app.py
MAIL_USERNAME = "your_email"
MAIL_PASSWORD = "your_password"
- Initialise the name and email of respective friends in order in app.py
NAME = ["name1", "name2", "name3"]
EMAIL = ["email1", "email2", "email3"]
- Run the program and head to http://127.0.0.1:5000 to generate secret santa to your respective friends' email