I noticed this trail on Google... if you're still interested, you could try out
https://github.com/peterbrittain/asciimatics
I ported it to Windows from Linux so exactly the same API works on both.
--
https://mail.python.org/mailman/listinfo/python-list
"Michael Torrie" wrote in message
news:mailman.229.1378858009.5461.python-l...@python.org...
...
> A toolkit (that's old, arguably), that might help you is TVision, a port
> of the old Turbo Vision library that formed the foundation for Borland's
> old DOS IDEs back in the day (check wikipedia)
On 09/04/2013 05:41 AM, James Harris wrote:
> Naturally, all of these are centred on curses. I have been reading up on it
> and must say that the whole curses approach seems rather antiquated. I
> appreciate the suggestions and they may be what I need to do but from what I
> have seen of curses
Have you looked at Blessings?
I never tried it, but the API seems much cleaner than Curses.
https://pypi.python.org/pypi/blessings/
--
Joost Molenaar
--
https://mail.python.org/mailman/listinfo/python-list
"James Harris" wrote in message
news:kvmvpg$g96$1...@dont-email.me...
> Am looking for a TUI (textual user interface) mechanism to allow a Python
> program to create and update a display in text mode. For example, if a
> command prompt was sized 80x25 it would be made up of 80 x 25 = 2000
> ch