TKINTER Daj przycisk 2 polecenia
button = Button(root, text="test", command=lambda:[funct1(),funct2()])
Basss
button = Button(root, text="test", command=lambda:[funct1(),funct2()])