All Projects → paramt → videocloud

paramt / videocloud

Licence: MIT license
Generate word clouds from YouTube videos

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to videocloud

WordCloudSharp
☁️ Ported from http://wordcloud.codeplex.com/
Stars: ✭ 49 (+250%)
Mutual labels:  wordcloud
asreview-wordcloud
ASReview extension to generate wordcloud from data files.
Stars: ✭ 14 (+0%)
Mutual labels:  wordcloud
Wordcloud2.js
Tag cloud/Wordle presentation on 2D canvas or HTML
Stars: ✭ 1,905 (+13507.14%)
Mutual labels:  wordcloud
D3 Cloud
Create word clouds in JavaScript.
Stars: ✭ 3,460 (+24614.29%)
Mutual labels:  wordcloud
WordCloud.jl
word cloud generator in julia
Stars: ✭ 66 (+371.43%)
Mutual labels:  wordcloud
chartjs-chart-wordcloud
Chart.js Word Clouds
Stars: ✭ 34 (+142.86%)
Mutual labels:  wordcloud
FacebookGraphAPI-Examples
Examples for facebook graph api for python
Stars: ✭ 38 (+171.43%)
Mutual labels:  wordcloud
Xiecheng Comment
🌈Xiecheng_Comment多线程Threading爬取携程的丽江古城景点评论并生成词云
Stars: ✭ 23 (+64.29%)
Mutual labels:  wordcloud
JessicaLim8
Profile ReadME! Join my community word cloud!
Stars: ✭ 81 (+478.57%)
Mutual labels:  wordcloud
soan
Social Analysis based on Whatsapp data
Stars: ✭ 106 (+657.14%)
Mutual labels:  wordcloud
wordclouds
Wordclouds in go
Stars: ✭ 41 (+192.86%)
Mutual labels:  wordcloud
National-Petition
청와대 국민청원 분석으로 국민의 생각 알아보기 📈🔬
Stars: ✭ 45 (+221.43%)
Mutual labels:  wordcloud
wordcloud
golang wordcloud
Stars: ✭ 50 (+257.14%)
Mutual labels:  wordcloud

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].