Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Allows you to organise your photos and consolidate them into folders with a simple python call.

License

NotificationsYou must be signed in to change notification settings

dwardu89/photo_sorter

Repository files navigation

Over the past year's, I've ended up with a collection of images scattered around a few folders in my file system.This became a problem when I wanted to start organising these photos which could have similar names due to the way thecameras format the image names when it captures a photo. This could overwrite images if I were to copy the images toone folder.

An image sorting function that can be used to consolidate photos to a specific folder format <year-month-day_of_month>.This also preserves the name of the image that the image was given.

This uses the EXIF data found in the file and if the EXIF data is not available then it will revert to the created date.

Command to call

Find and move all images in a folder

  • photo_sorter -s <folder> -d <outputfolder>

Find and move all images in a folder and its sub folders

  • photo_sorter -s <folder> -d <outputfolder> -r

Find and move all images in a folder, convert to user's local time

  • photo_sorter -s <folder> -d <outputfolder> -l

File types supported:

  • jpeg

About

Allows you to organise your photos and consolidate them into folders with a simple python call.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp