Skip to content
Advertisement

Tag: command-prompt

Show command prompt in tkinter window

How do I make a program where I can run a piece of code, then show the results? So if I make my program run python –version it should print something like Python 3.8.3 (depends on what version you are on), but you get the point PS: I know this has been posted before, but they don’t work for me

Advertisement