Nov-14-2017, 03:07 PM
I've made a number guessing game, and I want to build a GUI so it can be played outside of a command prompt window so that I can eventually export it as an .exe that I can share.
What is the best module and/or method to use? PyGame seems absurdly complicated for me just wanting to display text and simple typed inputs so I haven't tried that yet. Tkinter seems to want to always close a window and open a new one rather than just update a single, consistent existing window. Is there another way that I can create a single window to display a single changeable line of text and a small input window for typed inputs that are max 3 characters long?
What is the best module and/or method to use? PyGame seems absurdly complicated for me just wanting to display text and simple typed inputs so I haven't tried that yet. Tkinter seems to want to always close a window and open a new one rather than just update a single, consistent existing window. Is there another way that I can create a single window to display a single changeable line of text and a small input window for typed inputs that are max 3 characters long?