python open mac app code example Example: how to make python open an application on mac import os os.system("""osascript -e 'tell app "Safari" to open'""")