Media Utils#
A small toolbox of utilities for managing photo and video files.
Free software: MIT
Documentation: https://francois-durand.github.io/mediautils/.
Github: francois-durand/mediautils
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.