Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tkinter convert Entry to string

MyEntry = Entry(bla, bla, bla)
EntryAnswer = Entry.get()
str(EntryAnswer)

#First you have to extract the entry
#Then you make the entry a string
 
PREVIOUS NEXT
Tagged: #tkinter #convert #Entry #string
ADD COMMENT
Topic
Name
5+2 =