In this video I’ll show you how to remove labels from your tKinter app with pack_forget() and destroy().
Once you put a label on the screen of your tKinter app, it can be a hassle to change it or remove it later. In this video I’ll show you two methods to do it. I’ll also show you a method to discover whether or not a widget exists at all.
Add comment