Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How do you put the OUTPUT into a GUI in Tkinter? #25173
Comments
|
lol thanks |
This is for Python, not the terminal.
I'm building a GUI for downloading videos. It's coming along really well, but I need to somehow get the downloading output that you see in the terminal/console, into a Text-GUI in tkinter.
"
Process finished with exit code 120"I'd appreciate any help!