- Python 2.5 for Windows
- Python Imaging Library (PIL).
#--<-start code here->--
import ImageGrab;
img = ImageGrab.grab()img.save("D:\\test.jpg")
#--<-end code here->--
~ts~
Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...
No comments:
Post a Comment