I'm trying to make a GUI for my program, and it looks kinda like this
the entry at the top doesn't work yet and that's what I'm working on right now. I want to make that if I insert any number to the top entry box and click OK, it will automatically added rows of entry corresponds to that number
Right now what I'm doing is to link each number (I only make from 1-5) to function where 1 corresponds to 1 row of entry, and if I type 2, there will be 2 rows of entries, and so on
But I know doing it that way is wrong,Is there any way that if I insert any number into the top entry box, there will be new row of entry box that is automatically added?
This is probably what i wanted it to be like tkinter2