https://github.com/daguich/imager
A program to rename JPG files according to the date and time stored in the EXIF data
https://github.com/daguich/imager
Last synced: 10 months ago
JSON representation
A program to rename JPG files according to the date and time stored in the EXIF data
- Host: GitHub
- URL: https://github.com/daguich/imager
- Owner: DaGuich
- Created: 2021-04-08T20:12:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T13:58:21.000Z (about 5 years ago)
- Last Synced: 2025-06-06T17:46:48.018Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMOGER
An image organizer
# Usage
```
usage: imoger.py [-h] [-r] [-p] [-m] [-v] [-d] search target
positional arguments:
search Path to search in
target Files will be transfered to this location
optional arguments:
-h, --help show this help message and exit
-r, --recursive Search recursive
-p, --progress Show progress
-m, --move Instead of copying move the files
-v, --verbose Print more information
-d, --dir Maintain directory structure YYYY/MM/DD/file.JPG
```