Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 820 Bytes

File metadata and controls

26 lines (15 loc) · 820 Bytes

Easy Compile Py

Easy Compile Py is a tool that makes it easy to compile a Python script into an executable, with a graphical interface.

Easy Compile Py uses PyInstaller to build the executable, so you must have PyInstaller installed.

Installation

To install Easy Compile Py, you can download the source code from GitHub.

Then you can launch Easy Compile Py with:

python main.py

Compile a script

When you open Easy Compile Py, click the "Open a script" button and select your Python program.

Then a new window opens and you can compile.

On Linux, you can also create a Debian package (*.deb) or an AppImage (*.AppImage).

Compile for another OS

At the moment, EasyCompilePy can compile a Python script from Linux to Windows using Wine. Please note that the build might be incorrect.