Create a word cloud on linux command-line

See this word cloud generator written in Python:

https://github.com/amueller/word_cloud

It can be easily installed with pip using this command:

pip install wordcloud

# install python package
pip install wordcloud

# show help message
wordcloud_cli --help

# a simple demo
wordcloud_cli --background white --text input.txt --imagefile output.png

enter image description here