Simple Secret Santa in Python

(github.com)

2 points | by dpittsley 503 days ago

1 comments

  • dpittsley 503 days ago
    Finding a tool for sending secret Santa assignments was a pain: I couldn't find one that didn't force my whole family to create accounts (and probably get spammed).

    This script emails people their assigned person straight from the command line and without any extra 3rd party fuss.

    Tons of room for improvement, but it got the job done.