Skip to content

mingyu6yang/python_exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages