An open API service indexing awesome lists of open source software.

https://github.com/mtmzakir/python-cab-service-project

Cab Service CLI
https://github.com/mtmzakir/python-cab-service-project

miniproject ousl pyhton

Last synced: 25 days ago
JSON representation

Cab Service CLI

Awesome Lists containing this project

README

        

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