3
I am making an application on Tkinter and I need the text typed on a single label to fit the window size, because otherwise I have to stay using line breaking. Can someone help me?
from tkinter import *
janela1 = Tk()
janela1.title("INTRODUÇÃO")
janela1.geometry("750x600+200+50")
lb2 = Label(janela1, text="\n\nSe está aqui, é porque certamente gostaria de aprender a programar,\n ou precisa de ajuda em algum assunto básico :)\n\nPrimeiramente gostaríamos de te contar um pouco sobre a nossa iniciativa!!", font="Arial 12", bg='light blue').pack()
lb3 = Label(janela1, text="\n\nO objetivo deste 'curso' é lhe ensinar o básico sobre programação utilizando a linguagem python.\nAo final dele você deve ser capaz de fazer xxxxxxx", font="Arial 12", bg="light blue").pack()
janela1.mainloop()
Enter the code you have, at least the relevant part sff
– Miguel
do not use this, edit your question sff, below you have the link to edit. Here it is reserved for people
– Miguel
it is horrible to put code here AAAAAAAAAAAAH
– Sara Lins