"Modulok" <modu...@gmail.com> wrote

For more complex stuff, (think blue screens with little white boxes
you press spacebar to activate. Kind of like an OS installer) I would
look into the `curses` module in the standard library?

curses on Unix but its not in the std library for windows.

I think there is a version you can download, and there are also
libraries specifically for the PC terminal, one that I've used
successfully being Wconio, based on the Borland Turbo-C
console I/O package conio.h.

Conio is on Sourceforge.

HTH,


--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to