peterklingelhofer / wordcloud

Command-line word cloud generator from a given webpage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Cloud

Generate a word cloud or tag cloud parsed from text from HTML content from a given web page.

Setup

git clone https://github.com/peterklingelhofer/wordcloud.git
cd wordcloud
python --version
pip install requests
pip install bs4
pip install matplotlib

Usage

python index.py

Sample

About

Command-line word cloud generator from a given webpage

License:Apache License 2.0


Languages

Language:Python 100.0%