harryxp / MouseJiggler

A Python script that jiggles your mouse pointer once in a while to keep your computer awake.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MouseJiggler makes your mouse cursor move a bit once in a while, keeping your computer from sleeping.

git clone https://github.com/harryxp/MouseJiggler.git
cd MouseJiggler/
python3 -m venv .venv
source .venv/bin/activate
pip install pyautogui
python3 mouse_jiggler.py

About

A Python script that jiggles your mouse pointer once in a while to keep your computer awake.


Languages

Language:Python 100.0%