Wheel Route is a Python console-based application that serves as an online bike taxi service. Users can book rides conveniently, and those looking for part-time opportunities can register to offer rides. This project showcases fundamental concepts of Python, including object-oriented programming, file handling, and user authentication.
- Ride Booking: Users can book bike rides quickly through the console.
- Part-Time Job Registration: Individuals can register as riders and work on the platform.
- User Authentication: Secure login and registration for both riders and passengers.
- Fare Calculation: The app calculates fares based on distance traveled.
- Ride History: Users can track their past bookings.
- Programming Language: Python
- Clone this repository:
git clone https://github.com/your-repo/wheel-route.git
- Navigate to the project directory:
cd Wheel-Route - Run the Python script:
python main.py
- Sign Up/Login: Users must register or log in to access the platform.
- Book a Ride: Enter your pickup and drop-off locations to get a ride estimate.
- Work as a Rider: Register as a part-time rider to accept ride requests.
- View Ride History: Check past bookings and completed rides.
- Implement a GUI version of the app
- Integrate real-time location tracking
- Add a payment gateway for cashless transactions
Contributions are welcome! Feel free to fork the repository and submit pull requests.
This project is open-source and available under the MIT License.
Enjoy using Wheel Route and make commuting hassle-free!