Dedupe a set of pictures in a given folder and rename them using the yyyymmdd_HHMMss format
Project description
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
PyPI (Recommended)
Install using pip:
pip install PicturesDedupeRename
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
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 Distributions
Built Distribution
File details
Details for the file PicturesDedupeRename-1.0.5-py2.py3-none-any.whl
.
File metadata
- Download URL: PicturesDedupeRename-1.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 004f95fa8bf371e60a42d740cbc5e0e5d9cb59892cfd5d471bf2b253b8e10cb3 |
|
MD5 | efbd80a2011ca1b4fc7b8659751736eb |
|
BLAKE2b-256 | 8a7e2ada062d50c0b3b06067aac9a8758c44e718cc2a90e95ec64e1702b49688 |