Advertisement
bacnguyenxgen

Chụp ảnh màn hình

Mar 12th, 2022 (edited)
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. import pyautogui
  2.  
  3. def chupmanhinh():
  4.     anh = pyautogui.screenshot()
  5.     anh.save(r'F:\Shotcut\1.jpg')
  6. chupmanhinh()
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement