Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1011 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 1011 Bytes

Wordcloud Generator

Summary

  • This tool uses the wordcloud library to generate wordclouds from word-frequency dictionaries.
  • Version: 1.0.0

Requirements

Usage

  • python wordcloud_generator/__init__.py -h to display help message.
  • Usage: python wordcloud_generator/__init__.py <words_in> <wordcloud_out> --image <path_to_image> --font <path_to_font> --display
  • Example usage: python wordcloud_generator/__init__.py word_frequencies wordcloud.png --image bubble.jpeg --font fonts/Roboto-Regular.ttf --display
  • The image and font can also be specified by setting the environment variables IMAGE_PATH and FONT_PATH, respectively.

Author

[email protected]