py2exe使用方法,py转exe

2024-10-13 07:40:04

1、cmd下输入:pip install py2exe

py2exe使用方法,py转exepy2exe使用方法,py转exe

4、还有一种就是再当前目录下新建txt文件并写上:python setup.py py2exe

py2exe使用方法,py转exe

6、"dist"文件夹为生成的文件,"_pycache_"为中间文件不用理会。exe文件再dist文件夹中,dist 文件夹中其他文件为库文件

py2exe使用方法,py转exe
猜你喜欢