Python代码转换为exe可执行程序详解

1:安装pyinstaller

pip install pyinstaller

2,制做exe

1,先写一个hello.pyspa

print('hello world!')

input()

2.执行(在script文件夹下)code

pyinstaller  -F ../project/hello.pyblog

相关文章
相关标签/搜索