https://github.com/paramt/videocloud
Generate word clouds from YouTube videos
https://github.com/paramt/videocloud
cli python3 wordcloud youtube
Last synced: 6 months ago
JSON representation
Generate word clouds from YouTube videos
- Host: GitHub
- URL: https://github.com/paramt/videocloud
- Owner: paramt
- License: mit
- Created: 2019-06-03T21:22:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T10:03:28.000Z (over 2 years ago)
- Last Synced: 2025-03-26T14:55:42.337Z (6 months ago)
- Topics: cli, python3, wordcloud, youtube
- Language: Python
- Homepage: https://www.param.me/videocloud
- Size: 15.7 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
VideoCloud
Generate word clouds from YouTube videos
## Installation
```
pip install videocloud
```*Note: A C compiler is required for the installation process.*
## Usage
```
videocloud [options]
``````
videocloud www.youtu.be/MHTizZ_XcUM --language=es --color=#eee
```### Options
#### `--filepath`
Where on disk to save the generated videocloudDefault: videocloud.png
#### `--language`
2-letter language code of the captionsDefault: en
#### `--color`
Hex color code of the videocloud's background colorDefault: #d1d1d1
#### `--font`
Link to a TTF font fileDefault: [Noto Sans](assets/fonts/NotoSans/NotoSans.ttf)
#### `--mask`
Link to a PNG mask fileDefault: [Cloud](https://github.com/paramt/videocloud/blob/v2.5/assets/masks/cloud.png)
## Examples
These are a few examples of wordclouds generated by videocloud. The entire list of examples can be found under [/assets/examples](assets/examples).
![]()
## License
All the code in this repo is licensed under the [MIT License](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](assets/fonts) are licensed separately under the [SIL Open Font License](https://github.com/paramt/videocloud/blob/master/assets/fonts/NotoSans/SIL%20Open%20Font%20License.txt).