Easy to use Python module to sort files based on their Exif metadata (if it's an image) or file attributes.
It is recommended to install the PyPI package, using pip or easy_install to get latest and greatest version:
$ pip install FileSort
See the pip documentation for more info.
You can download an archive from the project's releases page.
Extract and enjoy.
FileSort.py is tested on the following Python versions:
- 2.7
- 3.6
- 3.7
Some examples:
$ FileSort.py analyze <input files directory> $ FileSort.py copy <input files directory>
Show command line options:
$ FileSort.py --help