Skip to content

Creates printable cards, each with their own unique number & [qr] code.

License

Notifications You must be signed in to change notification settings

etcc/santacards.py

Repository files navigation

Santa Cards

Pictures with Santa

East Troy, WI has a unique and fun event every year around Christmas: Santa on the Square. One of the highlights of this event is getting your picture taken with Santa and Mrs. Claus. You use to have to wait in line. Lines suck. This script eliminates the need for a line by generating a folder full of printable images that each get stamped with a incrementing number and unique code. The number is the parties position in line and the code is used to redeem the photo on easttroy.org

Requirements

  • Python 3.7 or higher
  • Python Image Library
  • Imagemagick >= 7.0.x

Installation

The script should be able to run as-is, but if your python environment is lacking the Python Image Library, you can install it through pip:

pip install -r requirements.txt

If you're on OS X, Imagemagick can be installed via homebrew:

brew install imagemagick

Usage

$ ./santacards.py

A directory will be created alongside this script, filled with PNG images and a PDF file consolidating all the PNG files.

Credits

This project is maintained by the East Troy Computer Club in partnership with the East Troy Area Chamber of Commerce. It's open-sourced for educational and collaborative use.

About

Creates printable cards, each with their own unique number & [qr] code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages