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
- Host: GitHub
- URL: https://github.com/mtmzakir/python-cab-service-project
- Owner: mtmzakir
- Created: 2022-08-25T13:10:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T14:08:18.000Z (over 1 year ago)
- Last Synced: 2025-04-11T23:51:54.870Z (25 days ago)
- Topics: miniproject, ousl, pyhton
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 3500kgCustomer 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 RepoCredits to M.T.M. Zakir