Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 723 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 723 Bytes

Shipping Calculator

This project provides a web application for calculating shipping rates and delivery estimates for various packages.

Installation

  1. Install Python 3.x
  2. Install dependencies: pip install -r requirements.txt

Usage

  1. Run the application: python main.py
  2. Access the application in your web browser at http://localhost:5000.
  3. Fill in the package details in the form and submit to calculate the shipping cost and delivery estimate.

Contributing

We welcome contributions from the community! Please see the CONTRIBUTING.md file for guidelines.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.