Look at my short example:
for i in range(10):
myEntry = Entry(root)
myEntry.pack()
myEntry.get()
Is there a way to access .get() data from the individual Entries? I thought it might be a way to change the objects declaration name inside the for loop.
I'm trying to list user inputs options by pressing a button