Skip to content

Instantly share code, notes, and snippets.

import time
import random
def main():
lift = Lift(10)
while True:
lift.move()
time.sleep(0.3)

Keybase proof

I hereby claim:

  • I am funkyhat on github.
  • I am funkyhat (https://keybase.io/funkyhat) on keybase.
  • I have a public key ASBIHzKP3GCD6zeHReuek0T62ay9IP1h8MawUuUoYU0uaQo

To claim this, I am signing this object:

@funkyHat
funkyHat / eventbrite_raffle.py
Created April 12, 2017 11:31
Eventbrite attendees list raffle
import random
import sys
from openpyxl import load_workbook
if __name__ == "__main__":
wb = load_workbook(sys.argv[1])
sheet = wb['Attendees']
winner = random.choice(list(sheet))
%p#notice= notice
%p
%b Name:
= @post.name
%p
%b Title:
= @post.title
%p
%b Content: