Skip to content

Instantly share code, notes, and snippets.

@slabad
Created September 7, 2022 12:32
Show Gist options
  • Save slabad/b7ee5f0bc69b45cdda00322104a6d3b9 to your computer and use it in GitHub Desktop.
Save slabad/b7ee5f0bc69b45cdda00322104a6d3b9 to your computer and use it in GitHub Desktop.
mouse mover
import pyautogui
import time
while True:
pyautogui.moveRel(0, 10)
time.sleep(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment