Python Forum

Full Version: Screenshot in tkinter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to take screenshot of a particular frame of tkinter and export it as png file to a specific location in ubuntu
Show us what you've tried so far.
Actually i am using pyautogui and selecting regions,but i want some automation that it always captures that particular frame,instead of providing pixels of that region.
myScreenshot = pyautogui.screenshot('image.png',region=(70,60,1000,900)).