Is there a simple way to read from stdin without having to wait for an enter keypress, i.e. like getch() in the curses module. I'd rather not use curses because it isn't supported on all platforms. Rick