#3 Tkinter & Python 3 Tutorials For Absolute Beginners - Event Handling with Buttons

preview_player
Показать описание
#3 Tkinter & Python 3 Tutorials For Absolute Beginners - Event Handling with Buttons

In this video we'll be seeing about how to create a GUI Application using Python's standard GUI library Tkinter.

Follow on Instagram :okay_dexter
Follow on Facebook: Okay dexter

Like,share & Subscribe
Thanks for watching !!!!!!
Рекомендации по теме
Комментарии
Автор

mine doesn't work
from tkinter import *
import tkinter.messagebox
root=Tk()
root.title("Welcome Sirb")
root.geometry('500x500')

but1 = Button(root, padx=4, pady=4, text='Click', font=('Times 20 bold')) #Makes the button
but1.pack() #you get the jist of this...




root.mainloop()

SheZco
welcome to shbcf.ru