Geo<>Code

Git Repo

Geo<>Code was my first ever project while studying at Coder Academy.

Geo<>Code is a Python CLI application that can be used to perform geocode operations,
this includes converting a street address to it's corresponding latitude and longitude.
The application also provides a method to randomly generate a street address
within Australia, New Zealand, or anywhere in the world.


The application carries out it's functions by making calls to Google's Maps API, which is done in python by using the googlemaps package.
The application can be used through the CLI menu, or it can also be run with a single command from the shell using arguments.