Skip to content

FEMUCK/wordcloud-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wordcloud-example

Exemplar program for creating wordcloud.To understand better, refer to this video.

What is a wordcloud?

An image composed of words used in a particular text or subject, in which the size of each word indicates its frequency or importance.

Installation

Install wordcloud using a simple pip command.

pip install wordcloud

wikipedia library is used for extracting wikipedia articles on any given topic. Install it using this pip command:

pip install wikipedia

Usage

Run python script as:

python mywc.py <query>

For example:

python mywc.py india

will create wordcloud for the topic 'india' which looks like this:

About

Exemplar program for creating wordcloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%