How do I add a text entry box within a for loop in wxPython?
I am new to wxPython and working on a basic program with a GUI to let a user label an image. Right now, when the user clicks the “Import” button they can select a directory. The code then displays each image in that directory in a for loop using matplotlib. However, I can’t figure out how to access user input in a for loop. This is what the function looks like now: