Skip to content

Instantly share code, notes, and snippets.

@elirousso
elirousso / letterpress.py
Created November 2, 2012 17:55 — forked from mstepniowski/letterpress.py
Python helps you play Letterpress
"""
Python helps you play `Letterpress <http://www.atebits.com/letterpress/>`_.
Requires `NLTK library <http://nltk.org/>`_ and cmudict corpus.
You can install the latter by executing the following two lines in Python shell:
>>> import nltk
>>> nltk.download()
I'd consider it cheating, though!