Eproctor is the main file to run.
python Eproctor.py in venv folder.
install required modules:
pip install -r requirements.txt
The module Pyaudio is also needed for this program to work. To install, move the whl file into the \Scripts folder inside \venv, and excecute
pip install <full path to pyaudio whl file>
This is the whl file for python 3.9 and 64 bit systems. for other downloads, check link below