KD4 / PyTagCloud-CJK

Create beautiful tag clouds as images or HTML

Home Page:lucypark.kr/PyTagCloud-CJK/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Create beautiful tag clouds as images or HTML

lucypark.kr/PyTagCloud-CJK/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 90.7%Language:HTML 9.3%