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
- Host: GitHub
- URL: https://github.com/devkral/sort-images-exif
- Owner: devkral
- License: mit
- Created: 2020-01-11T21:21:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T14:24:17.000Z (over 5 years ago)
- Last Synced: 2025-02-08T14:21:48.284Z (9 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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