【发布时间】:2023-01-07 21:33:59
【问题描述】:
有什么方法可以通过使用 python 打开应用程序,但无需手动提及或放置应用程序的路径......?
我知道使用打开应用程序操作系统模块但是我们必须手动放置应用程序的路径
我的程序应该是这样的:
app_name = input("ENTER APPLICATION NAME TO OPEN: ")
#something here to launch application that is mentioned in string
【问题讨论】:
标签: python python-3.x file automation chatbot