Home > Mobile >  How to capture image (screenshot) of tkinter window on MacOS
How to capture image (screenshot) of tkinter window on MacOS

Time:01-18

I have created a GUI app in Python tkinter for analyzing data in my laboratory. There are a number of buttons, figures, and canvas widgets. It would be helpful to take a screenshot of the entire window ('root') using just a single button that saves the filename appropriately. Example using Mac's built-in "screenshot" app Example Screenshot

  •  Tags:  
  • Related