Skip to content

erickochen/shipping-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shipping Calculator

A super simple Python script to calculate shipping costs based on package weight in grams.

How it works

  • Enter the weight of your package.
  • The script returns the shipping cost in euros.
  • Rates used:
    • Up to 500g: €4.95
    • Up to 2000g: €6.95
    • Above 2000g: €9.95

Usage

Run the script using Python:

python3 shipping_calculator.py

Author

Eric Kochen – github.com/erickochen

About

A super simple Python script to calculate shipping costs based on package weight in grams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages