Display Images using Lable | python Tkinter GUI tutorial Shreyesh kolhe October 10, 2021 October 10, 2021 Display Images using Lable | python Tkinter GUI tutorialfrom tkinter import *a_root = Tk()a_root.geometry("790x499")photo = PhotoImage(file="6.png")new = Label(image=photo)new.pack()a_root.mainloop() python_GUI Twitter Telegram Pinterest Linkedin Tumblr Line Email Salin link
Post a Comment