Can I write a screencapture in Python

flash, python

Solution

screen capture can be done with PIL thanks to the ImageGrab module

For generating Flash movies, you can have a look at ming. I am not sure that it has this capability but it worths a look.

Problem

- Are there any libraries to that can be used to write a screen capture in Python. - Can it be made to be cross-platform? - Is it possible to capture to video? And if could that be in real-time? - Or would it be possible to directly generate flash movies?

Original source