Skip to content

this is a small python script that generates a word cloud from a text and output it as a png image

License

Notifications You must be signed in to change notification settings

khafni/simple-word-cloud-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-word-cloud-generator

this small python script generate a word cloud from a text and output it as a png image

HOW TO USE:

1)sudo pip install wordcloud to get the wordcloud module

3)chmod +x main.py to get the execution permission for main.py

2)./main.py [path for text that you want to use in your wordcloud] [path for text of words to not include in your wordcloud]

Example:
./main.py text.txt words_not_to_include.txt

About

this is a small python script that generates a word cloud from a text and output it as a png image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages