For adding a title to the TKinter root, we do something like:
root = Tk()
root.title("<Title Text>")
root.configure(bg = "<color>")
My question is how do we change the font size and font color of the Title Text. Seemed to me to be a simple requirement, but other than changing the background color of root, I don't seem to be able to do anything more.
Many Thanks
You can't change the title font or size via tkinter. Tkinter has no control over how the window manager / os decorates the program.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With