PythonSizeCruncher
PythonSizeCruncher copied to clipboard
本脚本用于打包后的程序瘦身,用于有效减小pyinstaller/nuitka/python embeddable打包后的程序体积。This script is aimed at reducing the size of packages generated by PyInstaller, Nuitka, or Python embeddab...
Results
2
PythonSizeCruncher issues
Sort by
recently updated
recently updated
newest added
对于只有一个C盘符的设备(我电脑只有一个盘符),无论将待瘦身的程序移动到哪里都无法使用这个软件。 考虑到会存在某些目录的权限问题,可以尝试对用户指定目录进行访问读写等操作,如果出现问题在报错,而不对C盘符下的目录全部封杀。 (连接一个外接USB设备或创建虚拟磁盘或许可以解决这个问题,但我并不想这么做)