Created
September 18, 2022 17:51
-
-
Save yazdipour/1b9ac22afa7496d399519425515522ca to your computer and use it in GitHub Desktop.
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 | |
for i in range(20): | |
pyautogui.click(1888, 1000) | |
time.sleep(5) | |
print(i) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment