Posts by Márcio Aquilles • 1 point
1 post
-
-6
votes2
answers165
viewsA: Python how to repeat my code
import pyautogui import time i = 0 while i < 300: pyautogui.moveTo(28,295,duration=0.5) pyautogui.click(30,295,duration=0.5) pyautogui.moveTo(650,220,duration=1)…