Creating clouds of HTML tags using Python?

Is there a library that can accept a python dict with the word freq = {'abc': 25, ....} and convert this to an html based tag cloud?

+2
python dictionary tag-cloud
source share
1 answer

All Articles