Tag cloud generator in python

Python lacks good tag cloud generators which is simple to use. I needed it in a feature that I was working on. So I wrote a small tag cloud generator based on PIL. The quality of image generated is not very good but it does the job. It is inspired from jQCloud. Most of the logic has been taken from it.

Here is the github repo: https://github.com/roshansingh/python-tagcloud