Last updated:
0 purchases
photoslocator 0.1.0
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>
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.