mtmzakir / Python-Cab-Service-Project

Cab Service CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cab Service
Mini Project using Python CLI

Indroduction

My Project is about design and implement a program for a cab service. The requirements as follows. Cab service has 5 types of vehicles. Cars, Vans, 3 Wheelers, Lorries. Trucks.

Details of each vehicle as follows.

  • Car:Maximum number of passengers - 3 and 4 AC/ Non AC
  • Van:Maximum number of passengers - 6 and 8 AC/ Non AC
  • 3 Wheelers:Maximum number of passengers - 3
  • Trucks:Size – 7 ft and 12 ft
  • Lorry:Max load and size - 2500kg and 3500kg

Customer can be able to choose a vehicle according to his/ her requirements. Vehicles should be in a queue and the next available vehicle must be given, which matches the customer requirements.

Following features have to be in the program,

  • Add a new vehicle to the system
  • Remove a vehicle from the system
  • Assign a job (hire)
  • Release form assigned job (hire) after completing
  • See available vehicles in each category.

Source Code

in Repo

Credits to M.T.M. Zakir

About

Cab Service CLI


Languages

Language:Python 100.0%