asweigart / pyscreeze

PyScreeze is a simple, cross-platform screenshot module for Python 2 and 3.
BSD 3-Clause "New" or "Revised" License
194 stars 96 forks source link

Add flag all_screens for screenshot (work win32 planform only) #56

Closed artyl closed 1 year ago

artyl commented 4 years ago

I added the all_screens flag for screenshot. This allows you to take a screenshot of all the screens when there is more than one. By default, the flag is disabled to save the behavior. This only works on win32. There is a solution for os x, but it gives two images on two screens: https://stackoverflow.com/questions/21673730/get-osx-screencapture-terminal-tool-to-capture-both-screens I don't have os x to make and debug code for os x.