Tkinter askyesno (Displaying a Yes/No Dialog)
Introduction to the Tkinter askyesno() function Sometimes, you need to ask for user confirmation. For example, if users click the quit button, you want to ask whether they really want to close the application. Or they just accidentally do so: To show a dialog that asks for user confirmation, youContinue Reading