Untitled
unknown
plain_text
a year ago
171 B
18
Indexable
# Reconhecimento de imagem simpes com pyautogui
import pyautogui
captcha = pyautogui.locateCenterOnScreen('google.png')
pyautogui.click(captcha[0],captcha[1],duration=1)Editor is loading...
Leave a Comment