📖
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…
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…
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.
./data/test_data.txt (or update file_name in main.py).python main.py. The script reads all words from the file, converts them to lowercase, and generates a 1600x800 word cloud.pip3 install virtualenv
python -m venv quickwordcloud
source quickwordcloud/bin/activate
pip3 install -r requirements.txt
black file_name.py
pytest
From IDE right click and run.(As per the IDE options)
From terminal python main.py