videocloud

A command line tool that generates word clouds from YouTube video captions


Keywords
cli, python3, wordcloud, youtube
License
MIT
Install
pip install videocloud==3.0.0

Documentation

logo

VideoCloud

Build Status PyPI License Codefactor
Requirements Status Last Commit

Generate word clouds from YouTube videos

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: videocloud.png

--language

2-letter language code of the captions

Default: en

--color

Hex color code of the videocloud's background color

Default: #d1d1d1

--font

Link to a TTF font file

Default: Noto Sans

--mask

Link to a PNG mask file

Default: Cloud

Examples

These are a few examples of wordclouds generated by videocloud. The entire list of examples can be found under /assets/examples.

Example 1 Example 2

License

All the code in this repo is licensed under the MIT License unless otherwise specified. You are free to use, modify, and distribute the source code as long as you include the original license file. Some fonts are licensed separately under the SIL Open Font License.