Re: Single character input without pressing 'Enter'

2006-09-20 Thread Fredrik Lundh
unni.tallman wrote: > how can i read input from stdin, char by char, i want to get the > character as soon as it is entered, without having to press 'Enter' > after each character. related FAQ entries: http://pyfaq.infogami.com/how-do-i-get-a-single-keypress-at-a-time http://pyfaq.infogami.com/h

Re: Single character input without pressing 'Enter'

2006-09-19 Thread Gabriel Genellina
At Wednesday 20/9/2006 00:40, unni.tallman wrote: how can i read input from stdin, char by char, i want to get the character as soon as it is entered, without having to press 'Enter' after each character. See this thread

Single character input without pressing 'Enter'

2006-09-19 Thread unni.tallman
how can i read input from stdin, char by char, i want to get the character as soon as it is entered, without having to press 'Enter' after each character. -- http://mail.python.org/mailman/listinfo/python-list