Im working on a program and i was wondering if i can use python to snapshot my screen and possibly save it on my computer ?
Asked
Active
Viewed 309 times
1 Answers
0
If you are using Windows, ImageGrab looks like it would work (http://effbot.org/imagingbook/imagegrab.htm).

Jonathan Root
- 535
- 2
- 14
- 31

James Elegan
- 948
- 1
- 7
- 15
-
If you already have PIL ImageGrab works great – Christian Careaga Apr 16 '13 at 05:39