In this video I’ll show you how to create many entry boxes automatically for your tkinter app.
This will give you the groundwork needed to create excel like apps with tkinter.
The cool thing about this is that we don’t need to write a bunch of code tat assigns variable names to each entry box. Instead, we’ll simply append each entry box to a python list that we can access anytime we want to see what a user has typed into a specific box.
Add comment