1:安装pyinstaller

pip install pyinstaller

2,制作exe

1,先写一个hello.py

print('hello world!')

input()

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

pyinstaller  -F ../project/hello.py

 

相关文章:

  • 2021-11-20
  • 2021-12-19
  • 2021-07-19
  • 2022-01-22
  • 2022-12-23
  • 2021-05-25
  • 2022-02-25
猜你喜欢
  • 2022-12-23
  • 2021-12-22
  • 2021-12-29
  • 2021-05-28
  • 2021-06-01
相关资源
相似解决方案