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> [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
Development
This project is maintained by paramt on GitHub.