PyDeploy User Guide
Features
- ✅ One-click conversion from
.py
to .exe
- ✅ No command line required
- ✅ Supports PyQt, Tkinter, console apps
- ✅ Auto-bundles dependencies
- ✅ Lightweight & Portable
How to Use
- Download and install PyDeploy using the setup file.
- Launch the application.
- Click "Browse" to select your Python script (
.py
file).
- Select additional options (e.g. collect-all, windowed).
- Click the "Build EXE" button.
- Wait for the process to finish and get your
.exe
output.
Troubleshooting
If your EXE doesn't run correctly:
- Ensure your Python script runs correctly by itself first.
- Check if additional files (like images or .ui) are included manually.
- Use the "--collect-all" option if your script uses dynamic modules.
← Back to Home