Your last work was perfect. I have one last assignment I need help with. Are you familiar with google maps or any maps api? I want to make a simple python script which is basically a simple pickup and delivery function. For example, I take 4 inputs:
1. Item Name
2. Pickup Address (location)
3. Drop off Address (location)
4. Price
Then the script should ping the maps api and pull the directions and estimated time. Then display that information along with the price and item to be picked up. Its very straight forward but I am having a hard time accessing the google api in python. Any help would be greatly appreciated.