Skip to content

A python script to automatically sort photos into year/month folders

Notifications You must be signed in to change notification settings

dqsis/sortphotos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

sortphotos

What is it

sortphotos.py is a python script that automatically sorts photos (.jpg) into year/month folders.

Main features

The script requires (as hard input):

  • The path to the source and destination folders.

Where to get it

The source code is hosted on GitHub at: http://github.com/dqsis/sortphotos.

Dependencies

The required python libraries are:

  • import sys
  • import os
  • import shutil
  • import os.path
  • import time

Documentation

Current README file.

Background

The script is based on the following blogposts:

Discussion and development

Add automatic filename change of photos (to creation date).

Licence

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

Contact

Mail

Twitter (@dqsis)

About

A python script to automatically sort photos into year/month folders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages