You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python console application that simulates a ride-sharing system with automated fare calculation, surge pricing, ride logging, and file handling for report generation using Object-Oriented Programming.
A Python Cab Fare Calculator, which calculates the cost of a ride in real time based on distance, vehicle type, and surge pricing based on time. The system has input validation, long-distance discounts, minimum fare processing, and fare breakdown (surge and discount) which can mimic the real world pricing logic of ride-sharing.