is there a way of in a loop automatically setting different commands to different buttons as they are created (automatically created via loops)
or
is there a way of setting custom names to the buttons while they arecreated in a loop
i want "buttonName" to be different and known for each button???
e.g.
buttonName = Button(mainGUI, text = 'example', height = 3, width = 10, command = '''I want to add my own commands to each one?'''.place(x = 100, y = 200)