Is there any way to create all these Checkbuttons “grp_material_1”, “grp_material_2″,”grp_material_…” by using a loop ? I try but got an error that the name (“grp_material_1”, “grp_material_2″…) can not be a variable. I would like to reduce my code of course for a better readability. Thank you ! Answer The simplest thing would be to add all these to a
Tag: tkinter.checkbutton
How to create a proper CheckButton in Tkinter?
Im trying to create a CheckButton in tkinter based on the items I have in my equipment list. The CheckButton has been created but not all the items that are in equipment are visible in the app. Is it because my items are to large? This is my code: This is how the tkinter app looks like: Answer This happens,