https://github.com/qfettes/secretsanta
Python Script for automatically emailing out secret santa matches
https://github.com/qfettes/secretsanta
Last synced: about 1 year ago
JSON representation
Python Script for automatically emailing out secret santa matches
- Host: GitHub
- URL: https://github.com/qfettes/secretsanta
- Owner: qfettes
- Created: 2018-11-19T02:51:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T02:54:50.000Z (over 7 years ago)
- Last Synced: 2025-02-03T10:17:01.307Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Requirements:
* Python3.6
Input File format:
* You must convert the file to a csv
* The first row must contain headers
* The second column is names
* The third column is emails
* The fifth column is gift preference info
* All other columns are ignored
* see test.csv for an example