terrycojones / secret-santa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
}

About


Languages

Language:Python 100.0%