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.
|
1
|
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. |
||
|
|
|
|
this requires Python Imaging Library |
||||
|
|
|
This one works on X11, and perhaps on Windows too (someone, please check). Needs PyQt4:
|
||||||
|
|
|
This works without having to use scrot or ImageMagick.
Borrowed from http://ubuntuforums.org/showpost.php?p=2681009&postcount=5 |
||
|
|
|
|
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. |
||
|
|
|
|
is there a way to do this without importing anything (only the python distribution) |
||
|
|
|
|
Any reason you can't use scrot? |
||
|
|
|
|
sys + PyQt4 works on windows too, thanks Juliano! |
||
|
|
|
|
@ Juliano: Is there any chance to make a screenshot of only one window with pyqt4 ? or make a screenshot in a area which is set? thanks.. edit: okay.. i found it..sry |
|||
|
|
|
|
First page on google search for python screen shot. It assumes you have the graphics module available of of course. /Allan |
||||||||
|