you need to install pyautogui like this: #py.exe -m pip install pyautogui #then... import pyautogui,time while True: pyautogui.click(100100) time.sleep(0.5)
確定! 回上一頁