> I'm running a program of mine from Linux bash script and it currently
> outputs status messages to the command prompt, but they all look a little
> boring to say the least, it'll be like this.

[snip]

> And perhaps have the word 'success' in green, or red for 'failed' and things
> like that, just to make it a little more presentable to the user.


You might find that urwid, a console user interface library, meets
your needs: http://excess.org/urwid/

Daniel
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to