Simple script to get shortest distance between all 16 provincial cities in Poland.
- Create venv
python -m venv venv
- Activate venv
source venv/bin/activate
- Install requirements
pip install -r requirements.txt
-
Create gcp project, enable Google Maps API and get API key
-
Create .env file with Google Maps API key
GOOGLE_MAPS_API_KEY=your_api_key
- Run script
python main.py