Hackathon project
Setup:
$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
Getting an image from a text:
$ python teetime/__init__.py <insert sentence to artify here>
Other interfaces will hopefully appear soon.
$ pip install -r test-requirements.txt
$ py.test