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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file photoslocator-0.1.0.tar.gz.
File metadata
- Download URL: photoslocator-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33547fa6a82618fb71dfce91705b4f30ab21b211a0447fe612dd321af95e408c
|
|
| MD5 |
8af3b961976c236a3b2b9885929d648a
|
|
| BLAKE2b-256 |
402df0b09590f9ebb03a99a5b8441a03a934a438b3c3c800dd707cce776d9906
|