py2exe使用方法,py转exe
1、cmd下输入:pip install py2exe


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

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

1、cmd下输入:pip install py2exe
4、还有一种就是再当前目录下新建txt文件并写上:python setup.py py2exe
6、"dist"文件夹为生成的文件,"_pycache_"为中间文件不用理会。exe文件再dist文件夹中,dist 文件夹中其他文件为库文件