Skip to content

Commit e957ad3

Browse files
committed
feat: Add Windows executable builder for user-friendly distribution
🖱️ Windows Users Can Now Double-Click to Run! New Features: - Complete Windows executable builder system - Standalone .exe creation (no Python needed for end users) - Portable ZIP packages for easy distribution - Professional NSIS installer script - Automated build scripts with error handling Files Added: - scripts/build_windows_dist.py - Complete distribution builder - scripts/build_exe.py - Simple executable builder - scripts/build_for_windows.bat - Windows batch automation - scripts/installer.nsi - Professional installer script - docs/WINDOWS_BUILD_GUIDE.md - Detailed build instructions Benefits: ✅ No Python installation required for Windows users ✅ Double-click to run - maximum user-friendliness ✅ Professional Windows integration with icons ✅ Error handling with user-friendly messages ✅ Portable - runs from any location ✅ Ready for mass distribution This makes Route Planner accessible to ALL Windows users, regardless of technical background!
1 parent dbfa280 commit e957ad3

File tree

9 files changed

+1544
-1
lines changed

9 files changed

+1544
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Delivery Route Planner
22

3-
![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)
3+
![Versio## 🚀 Quick Start
4+
5+
### Option 1: Windows Users - Double-Click & Run! 🖱️
6+
7+
**The easiest way for Windows users** - no Python installation required:
8+
9+
1. **Download**: Get `RoutePlanner-Portable.zip` from [GitHub Releases](https://github.com/yammanhammad/Route_Planner/releases)
10+
2. **Extract**: Unzip anywhere on your computer
11+
3. **Run**: Double-click `RoutePlanner.exe` to start!
12+
13+
**Benefits:**
14+
- ✅ No Python installation needed
15+
- ✅ No command line required
16+
- ✅ Works on any Windows 7+ system
17+
- ✅ Portable - runs from any location
18+
19+
### Option 2: Using Installation Script (Technical Users)https://img.shields.io/badge/version-1.0.0-blue.svg)
420
![License](https://img.shields.io/badge/license-MIT-green.svg)
521
![Python](https://img.shields.io/badge/python-3.8%2B-blue.svg)
622
![Windows Compatibility](https://img.shields.io/badge/Windows%20Compatibility-97.2%25-brightgreen.svg)

0 commit comments

Comments
 (0)