Metadata-Version: 2.1
Name: twcloud
Version: 0.1
Summary: Python package + CLI to generate word clouds of Twitter tweets.
Home-page: https://github.com/minimaxir/twcloud
Author: Max Woolf
Author-email: max@minimaxir.com
License: MIT
Description: 
        Generate a word cloud of [Twitter](https://twitter.com/) tweets with a single command.
        
        twcloud is a Python package that leverages the [twint](https://github.com/twintproject/twint) package to gather Tweets from any public account without requiring authentication, and the [stylecloud](https://github.com/minimaxir/stylecloud) package which adds many useful features to create truly unique word clouds!
        
        * Retrieve tweets from a user, or a Twitter search.
        * Gather any number of Tweets from the specified query for building the word cloud (even beyond the typical 3,200 limit)
        * Command Line Interface!
        
        Additionally, from the base `stylecloud` package:
        
        * Icon shapes (of any size!) for word clouds
        * 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.
        
Keywords: wordcloud,data visualization,text cool stuff
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
