----- v2.0 of Google Geocoding Utility ----
Application Description: Allows users to choose a CSV file with a column of addresses (column of addresses must be named 'addresses'), run them through the Google Geocoding API to create lat and long coordinates and then outputs them to a new output.csv file.
Keep things simple by running the exe file provided or work with the pyfiles!
---- New to this version ----
Users must now provide their own Google API Key before application can be used. Users can now choose which columns in the input file to keep for the output file. example:
input file columns: names, addresses, house color, square foot
output file columns after choosing: address, lat, long