Как открыть любую программу на Python
import os
os.system('notepad.exe')
Plain Piranha
import os
os.system('notepad.exe')