looking for a light weighted library/tool to write simple GUI above the text based application

rndblnch rndblnch at gmail.com
Fri Jan 25 14:52:44 EST 2008


On Jan 25, 8:43 pm, petr.jakes.... at gmail.com wrote:
> This means NO X-windows, NO GTK/Gnome, NO
> computer mouse, on my machine (AMD Geode 500MHz CPU, VGA output).
>
> I would like to write some really light weighted GU interface. My
> concept is to have just few user screens (about 10) controlled via 4
> or 5 HW buttons connected to the GPIO pins they are available on the
> motherboard (the HW design and the SW concept of reading this buttons
> is already solved).

what you are looking for is curse :)
http://docs.python.org/lib/module-curses.html
http://www.ibm.com/developerworks/linux/library/l-python6.html

renaud



More information about the Python-list mailing list