Como abrir qualquer programa no Python
import os
os.system('notepad.exe')
Plain Piranha
import os
os.system('notepad.exe')