0
Adjusting text in Tkinter
Im currently working on my first program, a very simple application that displays a random element from a list of strings. The only problem Im having at the moment is that when the text is larger than the window frame it gets cut off. Is there a code I could use in order to tell the program that when the text is larger than the frame it should continue the text a line below? Thanks
1 ответ
0
the t.config line returned an error. I do not know if Text() is equal to a Label or to a string. Tried both and it didnt work