Skip to content

3.1.0

Latest

Choose a tag to compare

@wsl-iq wsl-iq released this 19 Nov 22:03
· 3 commits to main since this release
0822abc

Executable to Python converter


About

  • This project provides a graphical tool built with PyQt5 that allows developers to easily convert their Python scripts (.py) into Windows executables (.exe).
  • It integrates PyInstaller in the backend while offering a modern user interface to handle files, folders, and additional build options.

what Features?


Version 3.1.0

  • settings json
  • light theme
  • interpreter choice
  • psutil monitor CPU + RAM + GPU + Disk
  • advanced PyInstaller options
  • drag & drop
  • log export
  • generate .spec
  • open folders
  • reset defaults
  • sound notify
  • checking for updates
  • Request admin privileges radio button
  • multi language support
  • Add 5 languages
  • and more...

  • Converting files from (.Py) format to (.exe) format.
  • Convert multiple files at once (.py).
  • Add entire folders containing texts/resources.

Options

  • Enable/disable console window (GUI mode or CLI mode).
  • Add a custom icon (.ico).
  • Include a (.manifest) file for advanced configuration.

OUTPUT

  • Automatically creates in the directory Folder output.
output\
┗─> file.exe

Installation

  • Download Version Python 3.9+

  • Download Python

  • Requirements

  • PyInstaller

  • PyQt5

  • install Packages Python pip.

$ pip install pyinstaller pyqt5

OR

$ pip install -r requirements.txt

OR

$ setup.bat

Run

Ppython PyToExe.py

See the instructions


My WebSite


Download

Python Executable 32/64 Bit

PythonExecutable Later V1 , V2, V3.0.0


Languages

Language Status
العربية
English
Français
Русский
中文
Español 🔜
Português 🔜
Türkçe 🔜
Deutsch
Italiano

Full Changelog: 3.0.0...3.1.0