Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.32 KB

README.rst

File metadata and controls

60 lines (37 loc) · 1.32 KB

FileSort.py

https://travis-ci.org/Aalmann/FileSort.svg?branch=master

Easy to use Python module to sort files based on their Exif metadata (if it's an image) or file attributes.

Installation

PyPI

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.

Archive

You can download an archive from the project's releases page.

Extract and enjoy.

Compatibility

FileSort.py is tested on the following Python versions:

  • 2.7
  • 3.6
  • 3.7

Usage

Command line

Some examples:

$ FileSort.py analyze <input files directory>
$ FileSort.py copy <input files directory>

Show command line options:

$ FileSort.py --help