I am a newcomer to Python and is in need of programming a simple game that requires the user to input some values into an input screen (afterwhich the Python code would do something with that input). What is the best API to use in this case? I know that pygame gives a very nice GUI on which users can interact with object on the screen but I do not know if this would be the best thing to use in a formal project. Otherwise, I’ve heard about Tkinter and various other applications but really have no idea what would be best.
Share
Sauce