A psudorandom "Mouse Jiggler" application for Microsoft Windows - keep a screen on during periods of inactivity.
The following variables can be used to adjust the functionality to suit the machine and application in question:
# Define the maximum distance that the cursor will move
max_pixels = 5
# Define the minimum and maximum time in seconds that the "jiggle" will last
min_s_jiggle_duration = 0.1
max_s_jiggle_duration = 0.25
# Define the minumum and maximum time in seconds between the end of one "jiggle" and the start of the next
min_s_between_jiggles = 30
max_s_between_jiggles = 120To start, run the following command:
python pyMJ.py(Python 3 needs to be installed and added to the Path variable first)
INTENDED USE: Designed for Kiosks and Exhibitions etc. where the Screensaver, Automatic Logout Time or Power Settings cannot be changed to allow an always on display.