https://github.com/davipatti/secret-santa
https://github.com/davipatti/secret-santa
santa secret secret-santa
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davipatti/secret-santa
- Owner: davipatti
- Created: 2017-11-12T20:12:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T16:06:27.000Z (about 8 years ago)
- Last Synced: 2024-12-24T17:02:55.772Z (11 months ago)
- Topics: santa, secret, secret-santa
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secret Santa
Randomly assign who get's who in Secret Santa.
## Usage
~~~
secret-santa.py --spec example.json
~~~
`example.json` contains a dictionary. Keys are the names of everyone involved in the Secret Santa. Values are what's on their wish list. E.g.:
~~~
{
"Alice": "A better influenza vaccine",
"Bob": "",
"Chris": "World peace"
}
~~~