Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tkinter new line in text

# Inserts new line at the end of textwidget 
textwidget.insert(END, names + '
')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #tkinter #line #text
ADD COMMENT
Topic
Name
4+9 =