Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to take a screenshot using python

import pyautogui
screenshot = pyautogui.screenshot()
screenshot.save("FilePathwhereyouwantToSaveFileName.FileFormat")
Source by datatofish.com #
 
PREVIOUS NEXT
Tagged: #How #screenshot #python
ADD COMMENT
Topic
Name
1+4 =