/PyTagCloud-CJK

Create beautiful tag clouds as images or HTML

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

PyTagCloud

PyTagCloud let you create simple tag clouds inspired by Wordle.

This is a fork of the original PyTagCloud, that aims to support Korean.1

Currently, the following output formats have been written and are working:

  • PNG images
  • HTML/CSS code

Requirements

  1. Install pygame >= 1.9.1:

    $ apt-get install python-pygame

Installation

Try:

# pip install git+https://github.com/e9t/PyTagCloud.git

or:

$ git clone git@github.com:e9t/PyTagCloud.git
$ cd PyTagCloud
# python setup.py install

Examples


  1. A pull request has been sent to the original at Jun 11, 2014, and closed at Sep 2, 2014.