asd
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
"Grab the whole screen"
|
||||
import pyscreenshot as ImageGrab
|
||||
|
||||
# grab fullscreen
|
||||
im = ImageGrab.grab()
|
||||
|
||||
# save image file
|
||||
im.save("fullscreen.png")
|
||||
Reference in New Issue
Block a user