Skip to content

Commit 6a3143d

Browse files
authored
Update README.md
1 parent 5441512 commit 6a3143d

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

README.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
1-
# Python-Executable
2-
From Python To Executable (Py to Exe) GUI Tool using PyQt5 and PyInstaller
1+
### Py to EXE Converter (with PyQt5 GUI)
2+
3+
### **Overview**
4+
This project provides a **graphical tool built with PyQt5** that allows developers to easily convert their Python scripts (`.py`) into Windows executables (`.exe`).
5+
It integrates **PyInstaller** in the backend while offering a modern user interface to handle files, folders, and additional build options.
6+
7+
---
8+
9+
### **Features**
10+
- **File Selection**:
11+
- Convert a single `.py` file.
12+
- Convert multiple `.py` files at once.
13+
- Add complete folders containing scripts/resources.
14+
15+
- **Build Options**:
16+
- Enable/disable console window (GUI mode or CLI mode).
17+
- Add a custom **icon** (`.ico`).
18+
- Include a **manifest file** for advanced configuration.
19+
20+
- **Output Management**:
21+
- Automatically generates the `.exe` in an `output/` directory.
22+
23+
---
24+
25+
### **Requirements**
26+
- Python **3.8+**
27+
- [PyInstaller](https://pyinstaller.org/)
28+
- [PyQt5](https://pypi.org/project/PyQt5/)
29+
30+
**You can install them quickly with:**
31+
32+
```bash
33+
pip install pyinstaller pyqt5

0 commit comments

Comments
 (0)