有時候須要獲取剪切板圖片進行處理,這裏是一種方法code
from PIL import ImageGrab image = ImageGrab.grabclipboard() # 獲取剪貼板文件 image.save('xxx.png/bmp/jpg')