Skip to content

charanw/Delivery-Truck-Router

Repository files navigation

12/21/23 Author: Charan Williams Version 1.0

Package Delivery System

Description

This program is a package delivery system that manages delivery routes for trucks based on package destinations, departure times, and distance calculations.

Features

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

Requirements

Python 3.x

Installation

  1. Clone the repository.
  2. Ensure Python 3.x is installed.
  3. There are no other packages required for this project

Usage

  1. Ensure 'Package File.csv' and 'Distance Table.csv' containing necessary data are available.
  2. Run the program in your Python environment.
python main.py
  1. Follow the on-screen prompts for different functionalities:
    • Viewing final package statuses.
    • Checking package statuses at specific times.
    • Exiting the program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages