📌  相关文章
📜  如何使用 python 代码示例启动应用程序

📅  最后修改于: 2022-03-11 14:45:56.954000             🧑  作者: Mango

代码示例2
import os

os.system("program_name") # To open any program by their name recognized by windows

# OR

os.startfile("path to application or any file") # Open any program, text or office document