Skip to content

A simple command-line tool developed to rename your image files using timestamp information stored in metadata(EXIF) of image.

License

Notifications You must be signed in to change notification settings

JozefGalbicka/image-renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-renamer

Command developed to rename your image files using timestamp information stored in metadata(EXIF) of image.

Installation

Using pip manager

pip install image-renamer

Manually

git clone <github-link>
cd <repository>
python3 setup.py install

Usage

Simple image renamer
Command developed to rename your image files using timestamp information stored in metadata(EXIF) of image.

positional arguments:
  path        Path to folder

optional arguments:
  -h, --help  show this help message and exit
  -f FORMAT   format of the new file name
  -r          search images recursively
  --dry-run   run renamer without changing anything

File name is created based on format specified by user(required). 
Following tags are supported. Tags must be located within '{}':
YYYY - Year
MM   - Month
DD   - Day
hh   - Hours
mm   - Minutes
ss   - Seconds

Example: "{YYYY}-{MM}-{DD}"
Output: 2021-09-03.jpg

About

A simple command-line tool developed to rename your image files using timestamp information stored in metadata(EXIF) of image.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages