Skip to content

pytopia/wordcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordcloud Generator

This is a simple wordcloud generator. It takes a text file as input and generates a wordcloud image as output.

Usage

1. Install dependencies

pip install -r requirements.txt

2. Run the script

To run the script, first cd into the root directory of the project and then run the following command:

export PYTHONPATH=$(pwd)

Then run the following command:

python wordcloud.py <input_file> <output_file>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages