HaujetZhao / PyInstaller-Perfect-Build-MethodLinks
如果我要写一个 Python 项目,打包成 exe 运行(方便在没有 Python 的电脑上使用),我需要打包出的根目录结构美观,没有多余的、杂乱的依赖文件在那里碍眼,而且需要在发现 bug 时,我还需要能够修改里面的代码后,无需再次打包,就能正常运行,该怎么做呢? 就以一个 Hello 项目为例,记一下我找到的完美方法。
☆129Updated 2 years ago
Alternatives and similar repositories for PyInstaller-Perfect-Build-Method
Users that are interested in PyInstaller-Perfect-Build-Method are comparing it to the libraries listed below
Sorting:
- 本脚本用于打包后的程序瘦身,用于有效减小pyinstaller/nuitka/python embeddable打包后的程序体积。This script is aimed at reducing the size of packages generated by PyIns…☆133Updated 9 months ago
- ☆61Updated last year
- 简易精准打包python项目和依赖环境 Easy and precise packaging of python projects and dependencies☆72Updated 4 months ago