📖
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.
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
No - it depends on the wordcloud package and opens a matplotlib GUI window, which are not supported in the Pyodide sandbox.