News

Open your Python program in your editor of choice. Go to the section of your code where you want to invoke the Windows command prompt application.
The idea is pretty simple. Nearly all command line Python programs use argparse to simplify picking options and arguments off the command line as well as providing some help.