I want to take a screenshot via a python script and unobtrusively save it.
I'm only interested in the Linux solution, and should support any X based environment.
|
I want to take a screenshot via a python script and unobtrusively save it. I'm only interested in the Linux solution, and should support any X based environment. | |||
feedback
|
|
This works without having to use scrot or ImageMagick.
Borrowed from http://ubuntuforums.org/showpost.php?p=2681009&postcount=5 | |||
|
feedback
|
|
This one works on X11, and perhaps on Windows too (someone, please check). Needs PyQt4:
| |||||||
feedback
|
this requires Python Imaging Library | |||||
feedback
|
|
Cross platform solution using wxPython:
| |||
feedback
|
|
A short search turned up gtkShots looks like it might help you, as it's a GPLed python screenshot program, so should have what you need in it. | |||
|
feedback
|
|
Compile all answers in one class. Outputs PIL image.
| |||
|
feedback
|
|
I have a wrapper project (pyscreenshot) for scrot, imagemagick, pyqt, wx and pygtk. If you have one of them, you can use it. All solutions are included from this discussion. Install:
Example:
| ||||
|
feedback
|
|
First page on google search for python screen shot. It assumes you have the graphics module available of of course. /Allan | |||||||||
feedback
|