Freeze (package) Python programs into stand-alone executables
PyInstaller Extractor
For an introductory tutorial on how to use Jenkins to build a simple Python application with PyInstaller.
PyInstaller for Linux and Windows inside Docker
Community maintained hooks for PyInstaller.
PyInstaller Extractor Next Generation
Github Action for building executables with Pyinstaller
Customisable GitHub Action to package python scripts into executables for different OS's
PyInstaller Extractor developed in Golang.
Test binaries for PyInstaller Extractor
GUI for PyInstaller, based on modern theme for Tkinker
Docker image that can build single file Python apps with PyInstaller for Alpine Linux.
Super simple auto clicker in python. compiled to exe with pyinstaller
PyInstaller bundles a Python application and all its dependencies into a single package.PyInstaller supports Python 3.5 and correctly bundles the major Python packages such as NumPy, PyQt, Django,and ...
Cythonize your project, securing it's source, while still be able to test with python and bundle with PyInstaller
本脚本用于打包后的程序瘦身,用于有效减小pyinstaller/nuitka/python embeddable打包后的程序体积。This script is aimed at reducing the size of packages generated by PyInstaller, Nuitka, or Python embeddable builds through selective f...
使用Cython加速并保护Python应用,使用PyInstaller打包,StaticX打包为二进制
使用python以及pyqt框架开发一个处理csv文件的桌面端应用,并使用pyinstaller打包成exe。