Posts by ALO • 3 points
1 post
- 
		-1 votes1 answer20 viewsQ: How to change the color of the text outside of a Tkinter function?I’m trying to change the color of a text outside of a function with Tkinter. I tried to put the label inside the function but keeps overwriting one text on the other. Follows the code. from tkinter…