Updated readme
This commit is contained in:
parent
edae4b9fdc
commit
de186b9595
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
@ -1,3 +1,19 @@
|
|||
# EXIF2txt
|
||||
|
||||
Write EXIF metadata to text 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 <top_level_folder>``
|
||||
|
||||
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``
|
Loading…
Reference in a new issue