Skip to content

Instantly share code, notes, and snippets.

@mattlaschneider
mattlaschneider / we-verb.py
Created November 30, 2014 19:08
Here are the files *we verb*, my 2014 nanogenmo entry. It is, in essence, a novelisation of Canadian poet John Riddell's poem *we*. A PDF of the completed novel can be found here: https://www.dropbox.com/s/g41lcmikexssnte/we-verb.pdf?dl=0
# -*- codeing: utf-8 -*-
from urllib2 import urlopen
from json import load
from random import randint
import codecs
import sys
UTF8Writer = codecs.getwriter('utf8')
sys.stdout = UTF8Writer(sys.stdout)