distance_bearing_calculation.py This script is used to determine the distance and bearing between two geographic locations (home and destination). The home and destination are obtained from the user and the calculations are made inorder to provide the distance and bearing. The haversine formula is used to determine the distance.
location.py This script is used to determine the destination's latitude and longitude from home location by using the distance and bearing between two locations.