I'm trying to make a program that will launch programs for me, but some programs python just won't find. I've been using the technique of:
if action == "Powerpoint":
import os
os.startfile("C:\Program Files (x86)\Microsoft Office\root\Office16\POWERPNT.exe")
And this has worked for all of my other programs but this one just doesn't work.