A word scraper, that helps you automate your work.
This python project is targeted to work with python 3, and will likely not work with python 2 unless modified.
You can install required packages using pip:
Install Requests
pip install requests
Install Beautiful Soup 4
pip install beautifulsoup4
Install python-docx
pip install python-docx
Install Eel
pip install eel
You can download the windows executable from releases.
Or
Build it yourself using python 3