Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 470 Bytes

File metadata and controls

19 lines (16 loc) · 470 Bytes

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>