Skip to content

driazati/route_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delivery Routes

Generate fixed sized groupings of destinations

Installation

  1. Get code
git clone https://github.com/driazati/route_generator.git
cd route_generator
pip3 install -r requirements.txt
  1. Set up Bing Maps API key

Create a file called secret.py and add the key:

echo "bing_api_key = '<YOUR API KEY>' > secret.py"
  1. Add .csv file to the folder, name it file.csv

Run

Basic usage

python3 main.py

Run and put the results into a file

python3 main.py > output.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published