A high-performance enterprise transit optimization suite built to deliver real-time, multi-constraint logistical decision-making.
MetroConnect PRO is a production-grade urban transit management system engineered to solve complex logistical routing challenges. Designed for high-density metropolitan networks, the application moves beyond basic point-to-point lookup tools by serving as an intelligent Decision Engine. It processes multi-variable parameters simultaneously to provide enterprise clients and end-users with instant, optimized transit paths, live spatial tracking, and robust administrative infrastructure management.
MetroConnect PRO is architected to handle complex operational trade-offs, executing three distinct optimization pipelines concurrently to give users complete analytical control over transit planning:
| Optimization Mode | Business Logic & Objective | Performance Advantage |
|---|---|---|
| Flash Route | Time-optimized pathfinding prioritizing absolute minimum transit duration. | High-speed spatial query execution ($O(E \log V)$). |
| Budget Route | Cost-optimized route calculation weighing fare structures against distance metrics. | Maximizes economic efficiency for daily commuters. |
| Relax Route | Transfer-minimized path planning focusing on passenger comfort and reduced line switches. | Streamlines multi-modal travel configurations. |
Built from the ground up with modularity, low latency, and zero bloatware in mind, the system integrates advanced backend logic with a responsive native interface:
- Core Routing Engine: Custom graph processing architecture utilizing optimized shortest-path algorithms and priority queue indexing for sub-second query responses.
- Spatial & Security Command: Hierarchical data modeling for administrative facility management and rapid proximity scanning to isolate nearest-neighbor emergency services.
- Predictive Alerting & Data Pipelines: High-throughput data handling featuring self-balancing structures for real-time station-specific filtering and critical priority broadcast sorting.
- Audit & Session Analytics: LIFO-buffered state tracking ensuring reliable session restoration, navigation history logging, and secure data reversion.
- Eco-Impact Calculator: Algorithmic analytics engine benchmarking public transit utilization against private carbon outputs to generate quantified sustainability scores.
-
Bespoke Design System: Programmatically engineered in Python (Tkinter) featuring precise geometry management, anti-aliased container rendering (
$25\text{px}$ radius), and clean layout hierarchy. - Modern Glassmorphic Aesthetics: Native integration of Windows Acrylic/Mica transparency effects for a sleek, professional desktop workspace.
- Interactive Spatial Mapping: Embedded, real-time Leaflet.js map generation providing visual, step-by-step journey walkthroughs.
- Synthesized Voice Guidance: Integrated audio narrative controls that translate complex route itineraries into clear, accessible audio feedback.
A visual walkthrough of the custom glassmorphism design system, multi-modal routing dashboard, and real-time mapping modules:
- Python 3.8+ running on a Windows environment.
# 1. Clone the repository
git clone [https://github.com/AyeshaaRafaqat/metroConnectF.git](https://github.com/AyeshaaRafaqat/metroConnectF.git)
# 2. Access the project directory
cd metroConnectF
# 3. Run the application
python main.py

