Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 604 Bytes

File metadata and controls

32 lines (25 loc) · 604 Bytes

QuickWordCloud

Quick word cloud is a small and interesting project that can quickly create a word cloud out of a text file. Its a small & helpful project that can be used in websites or for different analysis.

Installation

Install and activate a virtual env

pip3 install virtualenv
python -m venv quickwordcloud
source quickwordcloud/bin/activate

Install dependencies

pip3 install -r requirements.txt

Formatting

black file_name.py

Unit Test

pytest

Run

From IDE right click and run.(As per the IDE options)

From terminal python main.py