Skip to content

Instantly share code, notes, and snippets.

@ericnishio
ericnishio / mouse_nudger.py
Last active August 15, 2024 11:20
Periodically nudges the mouse cursor by one pixel
import time
import sys
import pyautogui
'''
Module Name: mouse_nudger.py
Periodically nudges the mouse cursor by one pixel.
Usage: