Skip to content

xfortisfye/secret-santa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 = ["fakeemail1", "fakeemail2", "fakeemail3"]
  1. Run the program and head to http://127.0.0.1:5000 to generate secret santa to your respective friends' email

Releases

No releases published

Packages

No packages published

Languages