python PIL 使用系統默認的圖片瀏覽器顯示/關閉圖片

from PIL import Image img = Image.open('圖片路徑') img.show()#打開圖片 time.sleep(2)#顯示兩秒 for proc in psutil.process_iter(): # 遍歷當前process if proc.name() == "display": # 若是process的name是display
相關文章
相關標籤/搜索