I am wanting to load another program into my python GUI. The other program takes in a textfile and prints out a result I want to print the result out in my other program I was just wondering how i would go about this using the subprocess moduleI am wanting to load another program into my py