devfinwiz / Kris-Kringle-Organizer

This a secret santa game organizer that assigns secret santa randomly to each participant and then sends an automated mail to each santa with details of his/her secret santa child.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SECRET SANTA / KRIS KINGLE

secret

Note:

Before executing the script, make sure to turn on 'Less Secure App access' option from your gmail ID that will be used to send out the mails to all participants of the game. To do so, get going with the following steps:

1.Log into the Gmail account that will be used to send the emails.

2.Go to Gmail's Less Secure App Access

3.Set the Allow less secure apps option to ON.

OUTPUT

Post execution of this script the following is performed automatically:

  1. The script automatically allots everyone a name for whom they have to buy a gift this christmas.
  2. Every participant receives the necessary details of the game on their respective Email IDs to maintain confidentiality.
  3. A CSV file containing the dataframe is created to store the records.

Libraries to be installed:

  1. pandas
  2. numpy

Installation can be done using the pip command. (Example: pip install pandas)

Inbuilt libraries required:

  1. smtplib

About

This a secret santa game organizer that assigns secret santa randomly to each participant and then sends an automated mail to each santa with details of his/her secret santa child.


Languages

Language:Python 100.0%