I am implementing a small command line tool in python that needs to ask the user a couple of questions. I use
raw_input(\'Are you male or female?\') <
raw_input(\'Are you male or female?\')
I stumbled in this thread looking for a similar library and i was quite disappointed for the fact that there isn't one, so i wrote one. I will work a lot on this in the next days because i need a lot more features for what i'm writing.
pickone