Metadata-Version: 2.1
Name: sort-images-exif
Version: 0.2
Summary: Sort images
Home-page: https://github.com/devkral/sort-images-exif
License: MIT
Author: Alexander K.
Requires-Python: >=3.6
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: exif
Project-URL: Repository, https://github.com/devkral/sort-images-exif
Description-Content-Type: text/markdown


# 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 <dir>

````

For more documtentation see:
 --help

