A Word Engine
Required: Python 3+
use the command to download the project:
git clone https://github.com/omortie/worgin
then use the commands below to run it:
cd worgin
pip install -r requirements.txt
python worginui.py
bs4, request, wordcloud, matplotlib, PyQt5