Skip to content

photos_locator is a simple tool to rename your photos using datetime and gps metadata

License

Notifications You must be signed in to change notification settings

DendoD96/photos_locator

Repository files navigation

photos_locator

Test Status License Language codecov Codacy Badge

photos_locator is a simple tool to rename your photos using datetime and gps metadata. Given a folder, it scrolls through all the photos and if they contain GPS metadata it renames them using the datetime and position in which they were taken. In detail:
  • If the photo contains date and time of shooting and place, rename it in YYYY-MM-DDThh-mm-ss-location
  • If the photo contains only the date, rename it to YYYY-MM-DDThh-mm-ss-original name
  • If the photo does not contain the date, do not rename it

Installation

Run:

pip install photoslocator

to install application with pip. If you want to install photos_locator from sources, after you have downloaded it, position yourself in the project root and install requirments using:

pip3 install -r requirements.txt

Usage

photoslocator <path_to_photos_directory>

About

photos_locator is a simple tool to rename your photos using datetime and gps metadata

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages