Pythonic screen grab?

Kyler Laird Kyler at news.Lairds.org
Fri Jul 30 21:08:33 EDT 2004


I need to repeatedly capture an X display.  I've used system()
calls to xwd and scrot to do this but I'd much prefer a more
Pythonic solution.  

In PIL, I see the ImageGrab module but it's for MS Windows only.
Anything like this for X?

Thank you.

--kyler



More information about the Python-list mailing list