Python Forum
run code in a window vs console - 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: run code in a window vs console (/thread-14845.html)



run code in a window vs console - gehrenfeld - Dec-20-2018

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


RE: run code in a window vs console - gehrenfeld - Dec-20-2018

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