Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Wheel Route - Online Bike Riding App (Python Console Project)

Overview

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.

Features

  • 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.

Technologies Used

  • Programming Language: Python

Installation & Setup

  1. Clone this repository:
    git clone https://github.com/your-repo/wheel-route.git
  2. Navigate to the project directory:
    cd Wheel-Route
  3. Run the Python script:
    python main.py

How to Use

  1. Sign Up/Login: Users must register or log in to access the platform.
  2. Book a Ride: Enter your pickup and drop-off locations to get a ride estimate.
  3. Work as a Rider: Register as a part-time rider to accept ride requests.
  4. View Ride History: Check past bookings and completed rides.

Future Enhancements

  • Implement a GUI version of the app
  • Integrate real-time location tracking
  • Add a payment gateway for cashless transactions

Contributing

Contributions are welcome! Feel free to fork the repository and submit pull requests.

License

This project is open-source and available under the MIT License.


Enjoy using Wheel Route and make commuting hassle-free!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors