Skip to content

This Python script tests an air waybill number for validity, and if invalid presents a list of valid candidates. Handy for erroneous hand-written bills.

Notifications You must be signed in to change notification settings

VancouverJohn/Air-Waybill-Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

The air waybill is used in the air cargo industry to track shipments.

It uses a check digit to validate the air waybill number.

Sometimes, handwritten bills will contain an incorrect, illegible or missing digit.

This script will test the air waybill number for validity, and if it is invalid will present a list of candidate numbers.

Python 3 is required.

About

This Python script tests an air waybill number for validity, and if invalid presents a list of valid candidates. Handy for erroneous hand-written bills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages