Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python display text in label on new line

label = Label(text="This is a really long text; " * 5, wraplengt=200)
label.pack()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #display #text #label #line
ADD COMMENT
Topic
Name
9+2 =