From de186b95950c7f212714192de6c499d5c888ec79 Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Thu, 27 Oct 2022 10:54:08 -0300 Subject: [PATCH] Updated readme --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 822aa1e..dbc740b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # EXIF2txt -Write EXIF metadata to text file. \ No newline at end of file +Write EXIF metadata to text file. + +The original GIST is here https://gist.github.com/Jeffmackinnon/92c747b30a873129a28cddacfc61fbe1. + +## Dependancy + +You need to have ``os``, ``Pillow``, and ``Fraction`` installed, they are used to crawl the folders, create the txt file, read the EXIF information and convert the decimal shutter speed to a fraction. + +## Useage + +To use the script enter. + +``python3 exif2txt/py `` + +As I learn more and have a bit of time I will add options to include what information that you want in the txt file and what order. Currently the output will look like this: + +``20200711-074756-_MG_9521.jpg: Canon EOS 60D with a EF-S55-250mm f/4-5.6 IS - 1/10s, f/4.0 at ISO-200`` \ No newline at end of file