Display a jpg in a label when button is clicked: import PIL import PIL.ImageTk from Tkinter import * def showcat(): label1['image'] = catTk root ...
確定! 回上一頁