- 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~
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...
No comments:
Post a Comment