/wordcloud

WordCloud in Python

Primary LanguagePythonMIT LicenseMIT

WordCloud

Processes the input file and stores the wordcloud to output file.

Top Language GitHub Repo Size

Usage:

cloud.py [OPTIONS]

Options:
-i, --in FILE    Path to .txt file to be processed.  [required]
-o, --out FILE   Path to .png file to store the wordcloud.
-m, --mask FILE  Path to image file for masking.
--help           Show this message and exit.

Samples:

Image of Sample0 Image of Sample1 Image of Sample2

License

This project is licensed under the MIT License - see the LICENSE file for details