0

I want to create a Tkinter based user multiline input and store it into a variable to send in another function, I have tried using '

body_entry = Entry(window,border=0, textvariable=email_body,width=65, bg= '#BAE1E3',font="inter").place(x=330,y=342)

' but this cause me single line entry and i also cant increase it's height to look good.

Then i have tried this.

body_TextBox = Text(window,border=0,width=68,height=5,bg= '#BAE1E3',font="inter").place(x=330,y=342)

Height can be adjusted here which is quite good but main issue here is it cant be stored in variable

Bryan Oakley
  • 370,779
  • 53
  • 539
  • 685

0 Answers0