0
Tkinter (Python)
Hi guys! I really need your help: I'm working on my projet (it's a snake game). When I execute my script, a window appears with the interface with the game but at the same it doesn't show me an other window displaying the remaining time (timer). How can I make two windows appear at the same time? Thanks for your help guys!
1 Antwort
+ 1
You can create another tk-instance in your code. Every such instance is one window.