WordCloud for Python documentationΒΆ
Here you find instructions on how to create wordclouds with my Python wordcloud project. Compared to other wordclouds, my algorithm has the advantage of
filling all available space.
being able to use arbitraty masks.
having a stupid simple algorithm (with an efficient implementation) that can be easily modified.
being in Python
Check out the Gallery of Examples.
The code of the project is on Github: word_cloud