1 Star 1 Fork 1

python_Project/exe_python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
application.py 284 Bytes
一键复制 编辑 原始数据 按行查看 历史
huangjian 提交于 2021-03-18 20:38 . python run local exe
# import os
# from subprocess import run
import subprocess
class Application():
def execAppByCmd(self, cmd):
# run(cmd, shell=True)
subprocess.call(cmd, shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
# os.system(cmd)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/python_-project/exe_python.git
git@gitee.com:python_-project/exe_python.git
python_-project
exe_python
exe_python
master

搜索帮助