Hello. I am not new to Python in general, but i'm new to Tkinter.
So, can anyone suggest me HOW can i make an interface like mIRC, with two text-boxes:
- the lower text box will be one line and will be used to get the text commands.
- the upper text box CANNOT be edited, is multiline and is used to display the results for the typed commands (maybe in colors, like a HTML page)
Any advice is good.
Thank you very much.