Metadata-Version: 2.1
Name: stylecloud
Version: 0.5.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 that leverages the popular [word_cloud](https://github.com/amueller/word_cloud) package, adding useful features to create truly unique word clouds!
        
        * Icon shapes (of any size!) for wordclouds (via [Font Awesome](https://fontawesome.com) 5.13.0 Free, or your own Font Awesome Pro)
        * Support for advanced color palettes (via [palettable](https://jiffyclub.github.io/palettable/))
        * Manual color selection for text and backgrounds,
        * Directional gradients w/ the aforementioned palettes.
        * Supports reading text files and CSVs (either one-column w/ texts, or two columns w/ words+weights).
        * 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
