From 15e53b5b75dc58a785c22c71ff8b5a949088f937 Mon Sep 17 00:00:00 2001 From: Tshiamo Komane Date: Thu, 22 Jun 2017 19:50:30 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7355c5..5f399be 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,8 @@ A repository for various scripts I'll be working on based on the Hack This tutor The idea is to use this series to quickly familiarise myself with Git and Github whilst also doing some cool things with Python. -A note on the extractor.py script: -If you feel like testing out the script, add your own picture (titled 'image.jpg') to the cloned directory and then run it accordingly. (Obviously adding my own picture would defeat the purpose!) +

What the scripts do

+

extractor.py

+This is a script that extracts Exif data from a jpg image file. This includes things like the make and model of the device that took the picture, the date when it was taken, as well as more private information like the location where it was taken, etc. + +If you feel like testing out the script, add your own picture (titled 'image.jpg') to a clone of the directory and then run it accordingly.