DendoD96 / photos_locator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%