Media Utils#

PyPI Status Build Status Documentation Status License: MIT Code Coverage

A small toolbox of utilities for managing photo and video files.

Features#

  • Update metadata from standardized file name, and vice-versa.

  • Sort photos depending on orientation.

Quickstart#

Install Media Utils:

$ pip install mediautils

Use Media Utils in a Python project:

from mediautils import process_standard_files

process_standard_files("in", "out")

Credits#

This package was created with Cookiecutter and the Package Helper 3 project template.