Created
September 7, 2022 12:32
-
-
Save slabad/b7ee5f0bc69b45cdda00322104a6d3b9 to your computer and use it in GitHub Desktop.
mouse mover
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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