Tkinter (Python) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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!

8th May 2019, 4:43 PM
I$mail K.$.B
I$mail K.$.B - avatar
1 Answer
+ 1
You can create another tk-instance in your code. Every such instance is one window.
8th May 2019, 4:58 PM
HonFu
HonFu - avatar