By default the entry box in Tkinter is only one row tall, is it possible to have a larger text box?
Example
text_write = ttk.Entry(mainframe, width=50, textvariable=(text_to_write))
This will give you a text box that is 50 wide but only 1 row tall, is it possible to make the text box taller?