Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to launch 2 command with one button tkinter python

self.testButton = Button(self, text=" test", command=lambda:[funct1(),funct2()])
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #launch #command #button #tkinter #python
ADD COMMENT
Topic
Name
3+4 =