Advertisement
calfred2808

Python Screenshot

Jul 8th, 2020
1,412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. import pyautogui
  2.  
  3. myScreenshot = pyautogui.screenshot()
  4. myScreenshot.save(r'Path to save screenshot\file name.png')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement