4 Repositories
Python py2exe Libraries
PyExtractor is a decompiler that can fully decompile exe's compiled with pyinstaller or py2exe
PyExtractor is a decompiler that can fully decompile exe's compiled with pyinstaller or py2exe with additional features such as malware checker/detector! Also checks file(s) for suspicious words, discord webhooks, discord invites, pastebins, ips etc..
56 Jul 31, 2022
modified py2exe to support unicode paths
modified py2exe to support unicode paths
17 May 23, 2022
A distutils extension to create standalone Windows programs from Python code
py2exe for Python 3 py2exe is a distutils extension which allows to build standalone Windows executable programs (32-bit and 64-bit) from Python scrip
526 Jan 4, 2023
Freeze (package) Python programs into stand-alone executables
PyInstaller Overview PyInstaller bundles a Python application and all its dependencies into a single package. The user can run the packaged app withou
9.9k Jan 8, 2023