It is not pretty, feature-rich, or usable outside of specific circumstances. I apologise for any mistakes or spaghetti code, this project was built in less than 48 hours and does not have the same polish as projects I would normally code.
Create Virutal Enviroment
python -m venv .venv && source .venv/bin/activate
Install the dependancies
pip install -r requirements.txt
run with:
python DWSherlock.py
or
python3 DWSherlock.py