People like presents and also like Christmas game Secret Santa, where you can recieve gifts from unknown people. This script allows you to host a Secret Santa game, so that no one including an organizing person knows each others' Santa :)
The script needs a .csv table which contains data in the form name, email, wishlist, alletgies
. You can easily collect such data via google form. Table needs to be without headers, otherwise you need to modify pd.read_csv()
default parameters. You can find example of a table in data_example.csv
.
- First of all, collect data as described above and place it into the the file
data.csv
- Secondly, edit the script file, entering your email, password and a letter subject as a python string into correspondig variables
- Then you need to allow usage of external apps in your account settings
- Finally, run script and enjoy your Christmas gifts :3