Source Code PyInstaller Logo Source Code PyInstaller 2023 v4.6.6.2 build 20231206.083049

 

This applet is suitable for IT Programmer used for by setting the conditions to put some .PY .PYW files in the specified directory quickly packaged and released into .EXE executable file .

支持以多进程、多线程模式,快速打包指定工程。

Related Application


Source Code Cython      Source Code Dython

Digital C/C++ IDE     Digital Python IDE

Basic Usage


Supports Python projects and related resources, quickly packaged and distributed into *.EXE single files (generally not recommended) | integrated application directory (strong compatibility).

PyInstaller documentation, the quick start tutorial is here.

If you use external or custom modules, please add the corresponding path to Console Config dialog PATH variable box.

If the tinyaes module is not installed during packaging or there is a problem with the configuration, a prompt dialog will pop up asking to install the tinyaes module.

If the pyinstaller module is not installed during packaging or there is a problem with the configuration, a prompt dialog will pop up asking to install the pyinstaller module.

Can save the complete path of the project file in the result tab, the PyInstaller package *.EXE file and *.ICO icon pair (refresh and reload when repacking).

The PyInstaller project packaging encryption password will be automatically generated, for non *.ICO format please use File Format Convert applet converts it into *.ICO icon file .

Fit Format

Usage Scene File Format Usage Scene File Format
Python Programming Language .py .pyw

What specific formats are supported, subject to the release version.