Metadata-Version: 2.1
Name: videocloud
Version: 3.0.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
        [![Build Status](https://travis-ci.org/paramt/videocloud.svg?branch=master)](https://travis-ci.org/paramt/videocloud)
        [![License](https://img.shields.io/github/license/paramt/videocloud.svg)](https://github.com/paramt/videocloud/blob/master/LICENSE)
        
        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> [options]
        ```
        
        ```
        videocloud www.youtu.be/MHTizZ_XcUM --language=es --color=#eee
        ```
        
        ### Options
        
        #### `--filepath`
        Where on disk to save the generated videocloud
        
        Default: <kbd>videocloud.png</kbd>
        
        #### `--language`
        2-letter language code of the captions
        
        Default: <kbd>en</kbd>
        
        #### `--color`
        Hex color code of the videocloud's background color
        
        Default: <kbd>#d1d1d1</kbd>
        
        #### `--font`
        Link to a TTF font file
        
        Default: [Noto Sans](assets/fonts/NotoSans/NotoSans.ttf)
        
        #### `--mask`
        Link to a PNG mask file
        
        Default: [Cloud](https://github.com/paramt/videocloud/blob/v2.5/assets/masks/cloud.png)
        
        ## Development
        This project is maintained by [paramt](https://github.com/paramt) on [GitHub](https://github.com/paramt/videocloud).
        
Platform: UNKNOWN
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
