An open API service indexing awesome lists of open source software.

https://github.com/devkral/sort-images-exif

Just a small sorter with exif
https://github.com/devkral/sort-images-exif

Last synced: 9 days ago
JSON representation

Just a small sorter with exif

Awesome Lists containing this project

README

          

# What can it do

Sort images with python according to datetime in exif and in pathname.
It automatically removes 100% duplicates and fixes missing exif dates.

Additionally features are:
* pruning of non-images
* configurable patterns for renaming
* collision detection of images and configurable handling

# how to install

Install with
```` sh
pip install sort-images-exif

````

# Usage

```` sh
sort_images_exif

````

For more documtentation see:
--help