Simple script to move the mouse every 10 minutes
- Pyinstaller
- If creating an executable
$ git clone git@github.com:techb/Active-Mouse.git
$ pipenv install
$ pyinstaller -F active_mouse.py
I've included a Windows binary found in dist/active_mouse.exe
. It uses screen locations 100x100
and 200x200
. Mouse moves every 10 minutes. To change these settings, edit active_mouse.py
and build a new binary using Pyinstaller.