Metadata-Version: 2.1
Name: stylecloud
Version: 0.1
Summary: Python package + CLI to generate stylistic wordclouds, including gradients and icon shapes!
Home-page: https://github.com/minimaxir/stylecloud
Author: Max Woolf
Author-email: max@minimaxir.com
License: MIT
Description: 
        Generate stylistic wordclouds, including gradients and icon shapes!
        
        stylecloud is a Python package leverages the popular [word_cloud](https://github.com/amueller/word_cloud) package, adding useful features to create truly unique word clouds!
        
        * Icon shapes for wordclouds (via [Font Awesome](https://fontawesome.com) 5.11.2)
        * Support for advanced color palettes (via [palettable](https://jiffyclub.github.io/palettable/))
        * Directional gradients w/ the aforementioned palettes.
        * Supports reading a file of text, or reading a pre-generated CSV with words and counts.
        * Command Line Interface!
        
        This package is a more formal implementation of my [stylistic word cloud project](https://minimaxir.com/2016/05/wordclouds/) from 2016.
        
Keywords: wordcloud,data visualization,text cool stuff
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
