Using Python GUI To Run Command Line Programs
The output of command line terminal programs can be manipulated by Python. Python is a programming language and Tkinter is a lightweight GUI framework.
Tkinter comes bundled with Python version 3 on Linux, macOS and Windows. It is the Python interface to the Tk GUI toolkit. Th python subprocess module is used with Popn interface directly.






