Python Forum
Change the output window size and display area - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Change the output window size and display area (/thread-9504.html)



Change the output window size and display area - issac_n - Apr-13-2018

Possible to the text window bigger and show all data in red box below
[attachment

I wanted to display in text window and show full data.

SETUPB=contentA[contentA["SETUP"].str.contains("SETUP")]
text.insert(INSERT,SETUPB)
text.insert(END, "Bye Bye.....")
text.pack()