Metadata-Version: 2.4
Name: jpg-sorter
Version: 3.1.0
Summary: Python GUI tool that allows EXIF data change.
Home-page: https://gitlab.com/zbij/jpgSorter
Author: Zbigniew Kurzynski
Author-email: zbij@wp.pl
License: MIT
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5>=5.14.0
Requires-Dist: piexif>=1.0.13
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Description

Purpose of this program is to allow user to change image Exif timestamps and rename file accordingly to them.

Program updates following EXIF tags:
* ExifIFD.DateTimeOriginal
* ExifIFD.DateTimeDigitized
                
File name pattern is: `yyyy_MM_dd_HH-mm-ss-XX` where XX is a counter increased in case of name collision.


# Install

    pip install jpg-sorter

To upgrade call:

    pip install jpg-sorter --upgrade  

# Running

From command line

    jpg_sorter
    
From python console

    import jpg_sorter.sorter as sorter
    sorter.main()
    
# Licenses

This software is released under the MIT License, see [LICENSE file](LICENSE)  
    
Icons:
* Site [https://icons8.com/](https://icons8.com/)
* License: _Creative Commons Attribution-NoDerivs 3.0 Unported._ 


# Dependencies
See file [requirements.txt](requirements.txt)

# Author
_Zbigniew Kurzynski_
