PyInstaller Extractor可以提取出PyInstaller所创建的exe可执行文件的资源内容。之后再采用pyc反编译工具即可得到源码。教程:https://blog.luzy.top/posts/3136266189/
2022-03-03 22:09:57 12KB Python pyinstaller 反编译
1
python打包exe文件,利用pyinstaller报错 Cannot find existing PyQt5 plugin directories Paths checked: C:/qt64/-附件资源
2022-02-16 23:15:50 23B
1
安装环境python3.4,在xp系统打包的exe,已经测试可以在win7和xp下运行!!! 解压后在cmd里进入解压后的文件夹,然后输入python setup.py install安装
2022-01-26 09:15:27 7.74MB PyInstaller-3.2.
1
编译器提取自vs2022版本143 帮助:首先打开cmd 运行bin/toolm.bat 命令: pyinstaller:与python中的一致 py2c 文件路径:将py转c c2exe 文件路径:将c转换成exe
2022-01-26 09:01:16 993.26MB msvc py c
1
python34用PIP3安装pyinstaller会提示安装失败,用这个完美安装,需要先安装pywin32-221,我另外有提供下载。
2022-01-22 15:58:50 3.3MB PyInstaller python34
1
pyinstaller打包使用pyqt5模块的时候,在win平台下,由于pyinstaller无法准确获取QT动态库文件路径,会报错导致无法打开运行程序,并提示错误信息pyinstaller failed to execute script pyi_rth_qt5plugins此时我们需要在打包的时候直接告诉pyinstaller到哪里去找,这个路径分隔符需要是unix形式: pyinstaller --paths C:/****/Python/Python35-32/Lib/site-packages/PyQt5/Qt/bin -F -w ****.py 以上这篇解决pyinstaller
2022-01-19 10:57:48 35KB al IN ins
1
PyUpdater pyinstaller的自动更新框架,可实现简单,安全和高效的应用程序更新。 如果您认为PyUpdater很棒,请在上进行投票。 ---
2022-01-13 13:56:06 4.95MB python wrapper framework update
1
This is a python script to extract the contents of a PyInstaller generated Windows executable file. The contents of the pyz file (usually pyc files) present inside the executable are also extracted. The pyc files are made valid so that a python bytecode decompiler will recognise it. Script can run on both python 2.x and 3.x Pyinstaller versions 2.0, 2.1, 3.0, 3.1 and 3.2 are supported
2022-01-06 10:30:04 12KB python 反编译 PyInstaller Extr
1
使用pyqt制作GUI界面,使用pyinstaller打包太大,遂使用upx.exe进行压缩,打包之后的部分pyqt5用不到的文件可以手动删除
2022-01-05 15:00:30 10.8MB pyinstaller pyqt5 upx
1
这个是可以对接python3.8的pyinstaller,最新的,修复了很多运行报错可以使用;aaaaaaaaaaaaaaaaaaa
2021-12-31 14:57:30 3.37MB pyinstaller python
1