Python Forum
[PyGUI] Screenshot in tkinter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyGUI] Screenshot in tkinter
#1
How to take screenshot of a particular frame of tkinter and export it as png file to a specific location in ubuntu
Reply
#2
Show us what you've tried so far.
Reply
#3
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)).
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020