Python Forum

Full Version: Change the output window size and display area
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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()