Unbuffered keyboard input?

Jerry Hill malaclypse2 at gmail.com
Tue Jun 9 14:52:53 EDT 2009


On Tue, Jun 9, 2009 at 1:52 PM, Ken D'Ambrosio <ken at jots.org> wrote:
> I need to have some non-buffered keyboard interaction with a Python script
> (on Linux).

Assuming you're running your code from a command prompt, something
like this recipe might do the trick:
http://code.activestate.com/recipes/134892/

-- 
Jerry



More information about the Python-list mailing list