Python Forum

Full Version: run code in a window vs console
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a .py file that runs great in a python console. Prints my output to the console screen.

How can I run that code in a nice looking window instead of the console? Like a Windows 10 window.

I played around with Tkinter but don't see how to use it as a code output window.

Thanks
Figured it out and got it working in a Tkinter window.