Busrapehlivan / Mouse-jiggler

this is a simple Mouse jiggler application created with python 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...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mouse jiggler


description

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...


steps to install the app :

  1. if you don't already have it installed, install the python interpreter from python.org

  2. 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

About

this is a simple Mouse jiggler application created with python 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...

License:MIT License


Languages

Language:Python 100.0%