# word_cloud **Repository Path**: mirrors_alvations/word_cloud ## Basic Information - **Project Name**: word_cloud - **Description**: A little word cloud generator in Python - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README word_cloud ========== A little word cloud generator in Python. Read more about it on the [blog post][blog-post]. ## Installation Fast install: sudo pip install git+git://github.com/amueller/word_cloud.git Otherwise, get this package: wget https://github.com/amueller/word_cloud/archive/master.zip unzip master.zip rm master.zip cd word_cloud-master Install the requirements: sudo pip install -r requirements.txt Install the package: sudo python setup.py install ## Examples Note that if you are not on Ubuntu, you need to adjust FONT_PATH to point to some existing font. Check out [examples/simple.py][simple] for a short intro. A sample output is: ![Constitution](examples/constitution.png) Or run [examples/more.py][more] to see more options. A sample output is: ![Alice in Wonderland](examples/alice.png) ## Used in ### Reddit Cloud [Reddit Cloud][reddit-cloud] is a Reddit bot which generates word clouds for comments in submissions and user histories. You can see it being operated on [/u/WordCloudBot2][wc2] ([top posting][wc2top]). ![A Reddit Cloud sample](http://i.imgur.com/tcbZnKW.png) ### [other] *Send a pull request to add yours here.* ## Issues Using Pillow instead of PIL might might get you the [`TypeError: 'int' object is not iterable` problem][intprob] also showcased on the blog. [blog-post]: http://peekaboo-vision.blogspot.de/2012/11/a-wordcloud-in-python.html [simple]: examples/simple.py [more]: examples/more.py [reddit-cloud]: https://github.com/amueller/reddit-cloud [wc2]: http://www.reddit.com/user/WordCloudBot2 [wc2top]: http://www.reddit.com/user/WordCloudBot2/?sort=top [intprob]: http://peekaboo-vision.blogspot.de/2012/11/a-wordcloud-in-python.html#bc_0_28B