Skip to content

Instantly share code, notes, and snippets.

@VICTORVICKIE
Created September 16, 2023 10:38
Show Gist options
  • 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