Skip to content

Aalmann/FileSort

Repository files navigation

***** FileSort.py*****

image

image

image

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

About

FileSort is a Python based tool to sort files based on creation date from file attributes or EXIF data (if it's an image).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages