Python GUI with Tkinter - Events and Bindings - Overriding the close button Tkinter - 21/30

preview_player
Показать описание
Day 21 - In this video we are going to be learning about events and bindings and how to override the close button of the tkinter python GUI window.

#tkinter #python #tkinter30
Рекомендации по теме
Комментарии
Автор

Can you make a video press X close button with pyqt5

Life-zxwp
Автор

I have from tkinter import * but in the tkinter.messagebox.showinfo shows tkinter as an undefined variable @buildwithpython

caydenwesner
Автор

dude here i came across some problems, I followed your code stopMusic() root.destroy() but also got the error, this stopmusic didn't run

daniel_liu_it
Автор

to anyone watching this: could some explain the {:02d}:{:02d}.format(mins, secs) part of the code please? thank you very much! :)

misterbub