12/21/23 Author: Charan Williams Version 1.0
This program is a package delivery system that manages delivery routes for trucks based on package destinations, departure times, and distance calculations.
- Package Management: Parses package details from 'Package File.csv' and manages their delivery statuses.
- Route Optimization: Calculates optimal delivery routes for trucks based on package destinations.
- Real-time Status Updates: Allows checking package statuses at specific times and end-of-day statuses.
Python 3.x
- Clone the repository.
- Ensure Python 3.x is installed.
- There are no other packages required for this project
- Ensure 'Package File.csv' and 'Distance Table.csv' containing necessary data are available.
- Run the program in your Python environment.
python main.py
- Follow the on-screen prompts for different functionalities:
- Viewing final package statuses.
- Checking package statuses at specific times.
- Exiting the program.