-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
51 lines (44 loc) · 1.42 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
PyExeForge - Python to EXE Converter
===================================
OVERVIEW
--------
PyExeForge is a GUI tool that converts Python scripts into standalone executable files.
It features a modern dark emerald theme, real-time progress tracking, and intuitive controls.
PURPOSE
-------
- Simplify Python script distribution
- Enable sharing applications with non-Python users
- Provide a user-friendly alternative to command-line tools
- Support both educational and professional development needs
REQUIREMENTS
-----------
- Python 3.7 or higher
- Windows operating system
- Internet connection (for initial setup)
- 500MB free disk space
INSTALLATION
-----------
1. Clone/download the repository
2. Run: python setup.py
3. Launch using: launch_converter.bat
USAGE
-----
1. Select your Python script
2. Choose output directory
3. Select conversion options:
- One File/One Directory
- Console Based/Window Based
4. Click Convert
5. Wait for completion
6. Find your executable in the selected output directory
USE CASE EXAMPLE
---------------
Scenario: A developer creates an internal tool for data processing
Problem: Team members don't have Python installed
Solution: Using PyExeForge to:
1. Convert the tool to an executable
2. Distribute single file to team
3. Enable immediate use without Python installation
SUPPORT
-------
For issues or questions, please open an issue on GitHub.