Creates a wordcloud image based on a given Wikipedia article
After downloading the repository, install the requirements by navigating to the directory and :
pip install –r requirements.txt
That's it! Now run Wiki-Wordcloud-Maker.py
This program was done using PyQt5 for GUI and wordcloud library for creating the image.
-
One of the best resources to get started with PyQt5 :
-
PyQt5 official webiste :
-
Wordcloud :