Skip to content

Instantly share code, notes, and snippets.

@VICTORVICKIE
Created September 16, 2023 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VICTORVICKIE/532783289efd2cf950d4b1e57b2e3cee to your computer and use it in GitHub Desktop.
Save VICTORVICKIE/532783289efd2cf950d4b1e57b2e3cee to your computer and use it in GitHub Desktop.
import pyautogui
import time
while True:
pyautogui.click()
time.sleep(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment