Metadata-Version: 2.1
Name: videocloud
Version: 2.0
Summary: A command line tool that generates word clouds from YouTube video captions
Home-page: https://github.com/paramt/VideoCloud
Author: Param Thakkar
Author-email: contact@param.me
License: MIT
Description: # VideoCloud
        [![GitHub](https://img.shields.io/github/license/paramt/videocloud.svg)](LICENSE)
        [![PyPI](https://img.shields.io/pypi/v/videocloud.svg)](https://pypi.org/project/VideoCloud/)
        
        Generate word clouds from YouTube video captions
        
        ## Installation
        
        ```
        pip install videocloud
        ```
        
        ## Usage
        
        ```
        videocloud <link to youtube video> [filepath]
        ```
        If no filepath is given, the wordcloud will be generated in `./videocloud.png`
        
        
Platform: UNKNOWN
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
