Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I know of the raw_input() that gives a simple GUI, allowing for user input but the user has to type it.

I was wondering if there's something along the lines of the picture below

asdf!

Thanks, Tyro

share|improve this question
3  
Are you talking about a command line graphic interface (e.g. curses) or any GUI is good? There're plenty of GUI toolkits out there with python bindings (Gtk, Tk, Qt among others) – asermax Mar 1 at 23:32

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.