Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to take screenshot with python


import pyautogui
im2 = pyautogui.screenshot('my_screenshot.png', region=(x,y, width, height))
Source by pyautogui.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #screenshot #python
ADD COMMENT
Topic
Name
9+7 =