/python_exe

一键打包exe, python2exe

Primary LanguagePython

python2exe

One-click package python project to become exe
1.quickly start
pip install pyinstaller 
pyinstaller exe.spec

my pyinstaller version is 5.0

2.tips

When the dll is missing, you can directly copy the library in the current environment to the dist folder.

When the module is not found, you can manually add the module in hiddenimports.