this is a simple application that moves your computer mouse around continuously, in order to prevent your pc from going into sleep mode, it can also prevent disconnecting from apps where you need to stay connected such as microsoft teams etc...
-
if you don't already have it installed, install the python interpreter from python.org
-
then install the dependecies by running the following command in the terminal:
pip install -r requirements.txt
and you are good to go! you can now run the app by running the following command in the terminal:
python main.py