Skip to main content

A simple tool to rename your photos using gps metadata

Project description

photos_locator

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>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

photoslocator-0.1.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page