Python GUI basic window code using Tkinter library for displaying first blank window

Publicado el: 14 enero 2021
en el canal de: plus2net
4,388
43

https://www.plus2net.com/python/tkint...
Basic code to open one blank window using Tkinter library in Python.
import tkinter as tk
my_w=tk.Tk()
my_w.geometry('500x500')
my_w.title('www.plus2net.com')
my_w.mainloop()

first line will import the library
second line will create a variable to access the Tkinter objects
Third line will set the dimension of window in pixel
Fourth line will add title to the window
Fifth line will keep the window open


En esta página del sitio puede ver el video en línea Python GUI basic window code using Tkinter library for displaying first blank window de Duración hora minuto segunda en buena calidad , que subió el usuario plus2net 14 enero 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 4,388 veces y le gustó 43 a los espectadores. Disfruta viendo!