Don´t forget to subscribe and like, please :)
Here is the code of this video:
import Tkinter as tk
root=tk.Tk()
root.geometry('500x300')
root.title('My first window!!!')
def hello():
print('Hi ')
label1=tk.Label(root,text='This is a label')
label1.pack()
button1=tk.Button(root,text='Button!!',command=hello)
button1.pack()
root.mainloop()
Nesta página do site você pode assistir ao vídeo on-line Python-Tkinter Tutorial-Labels and Buttons duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário VSA 01 Julho 2018, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 110 vezes e gostou 1 espectadores. Boa visualização!