1

I have a wide range guessing game, and I want to try and have two windows displaying at the same time so that the main window has the code where the user guesses the number, but then another smaller window next to it so that it can record the numbers guessed and the results/hints. But then the second window would also need to be able to be updated every time the user guesses a number...

Here is an example to show what I mean.

Is this possible?

Thank you!

-PJ

PJ.C
  • 13
  • 5
  • The image shows two instances of IDLE Shells. You could potentially run IDLE twice from a program, but this would be worse that the solutions given in the link above. GUI frameworks are designed for problems needing multiple displays. – Terry Jan Reedy Nov 08 '18 at 13:33

0 Answers0