Re: [Tutor] GUI for ANSI colors

2017-02-13 Thread Alan Gauld via Tutor
On 13/02/17 09:40, Freedom Peacemaker wrote: > I'm trying to put my script with randomly colored letters (ANSI escape > code) into GUI but cant find any. I've tried tkinter but it isn't good > choice. Why not? It can certainly do what you want. As can virtually any other GUI toolkit. But program

[Tutor] GUI for ANSI colors

2017-02-13 Thread Freedom Peacemaker
Hi tutor, I'm trying to put my script with randomly colored letters (ANSI escape code) into GUI but cant find any. I've tried tkinter but it isn't good choice. Then i was searching for capabilities of PyQt4 again without success. Thats why im writing this message. Is there any GUI that can print wo