https://github.com/matteoldani/image-organizer
Simple picture library organizer
https://github.com/matteoldani/image-organizer
Last synced: 3 months ago
JSON representation
Simple picture library organizer
- Host: GitHub
- URL: https://github.com/matteoldani/image-organizer
- Owner: matteoldani
- Created: 2023-02-02T18:07:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T11:48:56.000Z (over 2 years ago)
- Last Synced: 2025-01-21T01:15:03.365Z (5 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Photo library organizer
Simple tool to give structure to my unorganized picture library. It extracts EXIF and renames and divide the photos based on year and month.
Note: The images will be moved and not copied between the source path and the destination one.
## Final Structure
```bash
|-- 2002
| |-- 01
| | |-- IMG-20020101-0001.png
| |-- 02
| |-- 03
| |-- 04
|-- 2003
| |-- 01
| |-- 02
| | |-- IMG-20030201-0001.png
| | |-- IMG-20030201-0002.png
| |-- 03
| |-- 05
| |-- 07
| |-- 08
```## Disclaimer
This tool did not go under extensive testing. Moreover, the EXIF extraction does not cover all the edge cases and just adopts one fallback method.