Skip to main content

Dedupe a set of pictures in a given folder and rename them using the yyyymmdd_HHMMss format

Project description

https://travis-ci.org/mina-asham/pictures-dedupe-and-rename.svg?branch=master

Ever had a shared folder of pictures with friends from one of your travels, and had a ton of weird filenames which made browsing pictures in order impossible?

This is a solution to that! Simply install this package and run a simple command to fix a selected folder by dedupe all pictures and renaming them using the yyyymmdd_HHMMss format.

Compatibility

Python 2.7+

Installation

From Zip

Download the latest source from GitHub repository.

Extract and run:

python setup.py install

Usage

Command line

Some examples:

dedupe-rename.py -d /home/pictures/collection
dedupe-rename.py -d /home/pictures/collection -o dedupe

Show command line options:

dedupe-rename.py -h

usage: dedupe-rename.py [-h] -d DIRECTORY [-o OPERATIONS] [-p PATTERNS]

Dedupe a set of pictures in a given folder and rename them using the yyyymmdd_HHMMss format

optional arguments:
  -h, --help                              show this help message and exit
  -d DIRECTORY, --directory DIRECTORY     input directory for all pictures
  -o OPERATIONS, --operations OPERATIONS  the operatiosn to perform (dedupe, rename, or both) (default: both)
  -p PATTERNS, --patterns PATTERNS        the glob patterns for pictures (default: *.jpeg,*.jpg,*.png)

Python Script

Sample:

from pictures import dedupe, rename
files = load_files_to_dedupe()
dedupe(files)
files = load_files_to_rename()
rename(files)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

PicturesDedupeRename-1.0.5-py2.py3-none-any.whl (8.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file PicturesDedupeRename-1.0.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for PicturesDedupeRename-1.0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 004f95fa8bf371e60a42d740cbc5e0e5d9cb59892cfd5d471bf2b253b8e10cb3
MD5 efbd80a2011ca1b4fc7b8659751736eb
BLAKE2b-256 8a7e2ada062d50c0b3b06067aac9a8758c44e718cc2a90e95ec64e1702b49688

See more details on using hashes here.

Supported by

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