ttkbootstrap

grid_forget() not working with classes acting as Frames

grid_forget() not working with classes acting as Frames Question: Right so, I have been making this goofy clock app in order to further my skills in programming, especially by adding an object oriented approach. I have defined a main menu of which is under main() but I use classes to act as Frames for the …

Total answers: 1

Object-oriented approach on switching frames in tkinter using a sidebar

Object-oriented approach on switching frames in tkinter using a sidebar Question: I was developing a simple clock app which includes the features of: clock, timer, stopwatch and potentially world clock with live conversions – just a project to get me back into programming. To challenge myself, I wanted to make it under an object oriented …

Total answers: 1