How can I handle keyboard events in python? More exactly I need to manage keyboard arrows and some other keys for my command-line application. Is there a module for this or I ne
I found another interesting module that's straightforward to use and I'll use it! The module is readline and you just need to import it to have a bash shell (handle keyboard, history-list, etc) "simulation". It's for *nix systems. I'm at beginning with python language and I don't know all modules yet. readline