diff --git a/test.py b/Client/mirrorClientScreen.py similarity index 100% rename from test.py rename to Client/mirrorClientScreen.py diff --git a/testpillow.py b/testpillow.py deleted file mode 100644 index f478816..0000000 --- a/testpillow.py +++ /dev/null @@ -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) -