On 5/29/2017 12:14 PM, Dennis Lee Bieber wrote:
On Mon, 29 May 2017 06:14:46 -0700 (PDT), Poul Riis
declaimed the following:
In good old pascal there was this one-liner command:
repeat until keypressed
Apparently there is no built-in analogue for that in python. I have explored
several
Poul Riis wrote:
> In good old pascal there was this one-liner command:
> repeat until keypressed
>
> Apparently there is no built-in analogue for that in python. I have
> explored several different possibilities (pyglet, keyboard, curses, ginput
> (from matplotlib) and other
On 05/29/2017 03:14 PM, Poul Riis wrote:
In good old pascal there was this one-liner command:
repeat until keypressed
Apparently there is no built-in analogue for that in python. I have explored
several different possibilities (pyglet, keyboard, curses, ginput (from
matplotlib) and others
In good old pascal there was this one-liner command:
repeat until keypressed
Apparently there is no built-in analogue for that in python. I have explored
several different possibilities (pyglet, keyboard, curses, ginput (from
matplotlib) and others) but not managed to find anything that works