mingyu6yang / python_exe

一键打包exe, python2exe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

一键打包exe, python2exe


Languages

Language:Python 100.0%