Skip to content

Instantly share code, notes, and snippets.

View bbqsrc's full-sized avatar
🐢
toitle

Brendan Molloy bbqsrc

🐢
toitle
View GitHub Profile
@bbqsrc
bbqsrc / membermake.py
Created October 15, 2011 12:30
Pirate Party Member CSV Generator
#!/usr/bin/env python
from __future__ import print_function, unicode_literals
import sys, readline
try:
input = raw_input
from StringIO import StringIO
except:
from io import StringIO
class MemberRegister: