Ok, I am writing a client for the "instant messaging" server I just wrote. The client is in all Python, and the GUI is made with Tkinter.
Anyways, my first question is this: is there a way to make a scrollbar widget automatically scroll to the bottom?
Second, in a Text widget, how would I be able to make everything...colored? Example: "<Username> Message."
Would there be a way to make "username" blue and "message" say....green?
Thanks in advance