reorganise
This commit is contained in:
parent
4f3fde96bc
commit
ba47435068
@ -1,11 +0,0 @@
|
||||
import tkinter
|
||||
from PIL import ImageGrab
|
||||
|
||||
bbox=(0,0,tkinter.Tk().winfo_screenheight(),tkinter.Tk().winfo_screenwidth())
|
||||
image = ImageGrab.grab(bbox)
|
||||
image.save('sc.jpg',optimize=True,quality=30)
|
||||
|
||||
# from PIL import ImageGrab
|
||||
# image = ImageGrab.grab(bbox=(0,0,700,800))
|
||||
# image.save('sc.jpg',optimize=True,quality=30)
|
||||
|
Loading…
x
Reference in New Issue
Block a user