Skip to content

Instantly share code, notes, and snippets.

@inbinder
inbinder / gist:7920694
Created December 11, 2013 23:47
This is a program I wrote while working as a projectionist at a movie theater after their automation which controls the projector power failed.
#!/usr/bin/env python
from Tkinter import *
from socket import *
port = 7142
on = '02 00 00 00 00'
off = '02 01 00 00 00'
lamp = "03 2F 00 00 02 12"
shutter = "02 17 00 00 00"