"DistortGiygas" wrote
Python users, what's the best option for someone trying to emulate
or
use the curses module on the Windows platform?
Write a GUI?
Unlike Unix you know that you can run a GUI on windows
so why not just write one. Its probably easier than using
curses!
But for the life
On 11/03/2011 08:12, DistortGiygas wrote:
Python users, what's the best option for someone trying to emulate or
use the curses module on the Windows platform?
I've been fooling around with the console module:
effbot.org/zone/console-handbook.htm
But for the life of me, I can't figure out how to
Python users, what's the best option for someone trying to emulate or
use the curses module on the Windows platform?
I've been fooling around with the console module:
effbot.org/zone/console-handbook.htm
But for the life of me, I can't figure out how to detect a KeyRelease.
Could anyone share some