Tkinter dynamically create widgets from button
问题 I'm attempting to make a dynamic GUI where clicking a button causes the creation of a new frame that is placed above the button with 3 entry widgets (user options) inside of it, and I need to be able to read the user input from the 3 entry widgets & possibly alter them. Each time the button is pressed, three new callable entry widgets should appear. I know that this is wrong because it has been giving me errors, but could something similar to the lists be used to create the widgets