Untitled

 avatar
unknown
plain_text
a year ago
160 B
9
Indexable
# Importando biblioteca pyautogui
import pyautogui

# Tirando print do bloco de notas
pyautogui.screenshot('bloco_de_notas.jpg', region=(362,226,778,410))
Editor is loading...
Leave a Comment