So, basically I need to make a code that ask the user some questions and they must answer, but the person who requested the project asked for a better looking HUD for asking the questions and getting the answers. Is it possible to do it in a separate window? I was thinking I could somehow use pygame for this purpose but dont even know where to begin with it
I tried lots of tutorials from the internet but the best I got was to use the same terminal in another window, but still "raw". I was expecting to get a orange'ish screen with green letters asking for user inputs and then showing the results, and, if possible, for the final text to be copyable using the mouse arrow.