Metadata-Version: 2.1
Name: videocloud
Version: 2.2
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
Platform: UNKNOWN
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
Requires-Dist: pillow (==6.0.0)
Requires-Dist: wordcloud (==1.5.0)
Requires-Dist: youtube-transcript-api (==0.1.4)

# 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
```

*Note: A C compiler is required for the installation process.*

## Usage

```
videocloud <link to youtube video> [filepath]
```
If no filepath is given, the wordcloud will be generated in `./videocloud.png`



