Re: Python TUI that will work on DOS/Windows and Unix/Linux

2016-04-24 Thread Peter Brittain
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

Re: Python TUI that will work on DOS/Windows and Unix/Linux

2013-09-11 Thread James Harris
"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)

Re: Python TUI that will work on DOS/Windows and Unix/Linux

2013-09-10 Thread Michael Torrie
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

Re: Python TUI that will work on DOS/Windows and Unix/Linux

2013-09-10 Thread Joost Molenaar
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

Re: Python TUI that will work on DOS/Windows and Unix/Linux

2013-09-04 Thread James Harris
"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