How to display different layouts based on button clicks in PySimple GUI? (Persistent window loop)
问题 I am wondering if there is a way that I can manage different layouts based on button clicks in PySimple GUI. I am just starting off using this framework and I want to find the best way of navigating menus. Doesn't have to be using different layouts but this just struck me of the most intuitive way of doing it. I was thinking like maybe having a list of layouts that get pushed to the top when a certain submenu button is selected. layouts = [layout1, layout2, layout3, layout4] Or maybe start