Set Background Image In Tkinter Python

Publicado el: 17 octubre 2020
en el canal de: Cartickkk
32,859
289

Code:

from tkinter import *
from tkinter import messagebox

top=Tk()
top.geometry("800x700")
c=Canvas(top,bg="gray16",height=200,width=200)
filename=PhotoImage(file="//home//kartik//Desktop//Img//20201016_180423_0000.png")
background_label=Label(top,image=filename)
background_label.place(x=0,y=0,relwidth=1,relheight=1)

c.pack()
top.mainloop()


Subscribe: https://bit.ly/355YQL4
Check Internet Using Python: https://bit.ly/3lWI7Re
Loading Bar In Python: https://bit.ly/37fMiU7


En esta página del sitio puede ver el video en línea Set Background Image In Tkinter Python de Duración hora minuto segunda en buena calidad , que subió el usuario Cartickkk 17 octubre 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 32,859 veces y le gustó 289 a los espectadores. Disfruta viendo!