tkinter command two functions code example Example: tkinter give button 2 commands button = Button(root, text="test", command=lambda:[funct1(),funct2()])