Skip to content

liviakuhn/wordcloud-generator

Repository files navigation

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

liv.kuhn@gmail.com

About

Tool that generates wordclouds from word-frequency dictionaries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages