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()
На этой странице сайта вы можете посмотреть видео онлайн Python-Tkinter Tutorial-Labels and Buttons длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь VSA 01 Июль 2018, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 110 раз и оно понравилось 1 зрителям. Приятного просмотра!