Skip to content
Advertisement

Tag: event-handling

Tkinter Events in for loop

I am currently working on an app with tkinter, which is basically PHPMyadmin. After the login I want to display all the databases in Labels and attach an Event to them. Well it kinda worked… Currently this code just prints out all the databases when clicked, but I want it to print just its own name. If it is possible,

Advertisement