v2.0,0
Executable to Python converter
About
- This project provides a graphical tool built with
PyQt5that 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 2.0.0
- settings json
- light theme
- interpreter choice
- psutil monitor
CPU+RAM - advanced PyInstaller options
- drag & drop
- log export
- generate
.spec - open folders
- reset defaults
- sound notify
- chacking in Update
- Request admin privileges radio button
- Converting files from
(.Py)format to(.exe)format. - Convert multiple files at once
(.py). - Add entire
folderscontaining texts/resources.
Options
- Enable/disable console window (
GUImode orCLImode). - 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+
-
Requirements
-
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
Languages
| Arabic (العربية) | English |
|---|---|
| ✅ | ❌ SOON |
Full Changelog: v1.0.0...v2.0,0