From 8325d832f453dd910303ce645b8d929dd2554428 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Wed, 14 Feb 2018 17:19:12 +1100 Subject: [PATCH] Update readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a71f3ef..b28d3e3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # photo-to-kml # -photo-to-kml creates a kml file that shows geotagged images in Google Earth. +__photo-to-kml__ creates a kml file that shows geotagged images in Google Earth. + +![Images shwon in Google Earth](doc/google-earth.jpg) + +## Installation ## + +`pip install simplekml` + +## Usage ## + +Create a kml for a folder of photos, named 'image_folder': + +`python photo_to_kml.py image_folder`