A GUI toolkit for Python that is NOT x-windows dependent

Roman Yakovenko romany at actimize.com
Wed Dec 17 02:32:47 EST 2003


curses -- Terminal handling for character-cell displays.
May be this will help you. This module built-in in Python distribution.

Roman



> -----Original Message-----
> From: Andre Brightway [mailto:andreb at warpmail.net]
> Sent: Wednesday, December 17, 2003 9:05 AM
> To: python-list at python.org
> Subject: A GUI toolkit for Python that is NOT x-windows dependent
> 
> 
> I need a script to draw a keyboard to the screen and animate the
> marking each key when the key is pressed (among other things like
> being able to draw menus).  This script is for testing keyboards and
> needs to be run by people who may never have touched a computer before
> so it needs to have an easy to follow GUI interface.  But the Linux
> boxes these will be runned on are very low-end, 'diskless' terminals
> where running a full X-Windows system would be very slow. Does anybody
> know of a GUI toolkit (or a way to draw to the screen) that can be
> used from Python script in Linux without having to run X-Windows?
> -- 
> http://mail.python.org/mailman/listinfo/python-list
> 





More information about the Python-list mailing list