Name drawing utility for Christmas gift exchanges.
- Clone and download the repository.
- Create a CSV file named
people.csv
in thename-drawing-utility
directory and make sure it looks like this:
id | name | spouse_id | |
---|---|---|---|
1 | Samuel Morales | samuel-93@example.com | 5 |
2 | Kimberly Diaz | kimberly86@example.com | 4 |
3 | Kevin Jackson | kevin-89@example.com | 6 |
4 | Gloria Richards | gloria90@example.com | 2 |
5 | Arthur Harvey | arthur94@example.com | 1 |
6 | Robert Barnes | robert84@example.com | 3 |
- Create a INI file named
config.ini
in thename-drawing-utility
directory and, assuming you have a Gmail account, make sure it looks like this:
[EMAIL]
USER = username
PWD = password
- Run
client.py
. - Give gifts, receive gifts.
- Python 3.x
- Christmas cheer