Python Forum

Full Version: Print Console in Gui
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone im new in tkinter and i want to make the gui program like to print the console in gui.
Is anyway how to print it? im talking about alots of function to run in the window and like start button to start the function i have made.
Where's the beef? (I mean code)

tkinter's doesn't have a print dialog, you have to create your own.
I'd look at the code for the wxpython printer dialog (or switch to wxpython)
see: https://wxpython.org/Phoenix/docs/html/p...rview.html
Have you written any code yet? or are you hoping we will do it for you?
If you show us some code you have tried and it is causing an error show us the whole code and the whole error message please.