Recently, I've tried to create a python package and last night I released a new one, wcartist.
What wcartist can do is to generate a word cloud artistic image with one line command.
The steps you need are really simple.
- Install wcartist
- Get an image for word cloud. There is one thing you have to follow is that right now wcartist only works with black & white image like the following.
Create a text file. Of course we need some text to create a word cloud
Run command
This case is using text about facebook from Wikipedia.
details
https://github.com/koji/wcartist
As I mentioned, right now wcartist
only supports a black & white image, but in the future, wcartist
will support any types of images.
Top comments (0)