We have console application option in C#, but how do I can make a console GUI in python? I should note I want to compile and use my program in windows. Also I want to select
Take a look at Python's curses library:
If you'd like a Python shell, then you might want to look at something like PyFlakes / PyShell or similar.