Skip to content

Snapsort is a Python script that organizes photos from a source folder into a target folder by date and time.

Notifications You must be signed in to change notification settings

gitzain/snapsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Snapsort

Snapsort is a Python script that organizes photos from a source folder into a target folder by date and time, using the format:

folder/YYYY/MM/YYYY-MM-DD 00h00m00s.jpg

Table of content

Motivation

I had a whole bunch of photos in a mess of folders. I created this script to organise my photos in a neat directory structure. This script will organise photos into a chronological folder structure. The script will search and organise photos in all sub directories.

Installation & Usage

Installation

Download and run the snapsort.py script like you would any other python script. Please see usage details below.

Usage

python snapsort.py <source directory> <target directory>

To see all the commands and features available type the following command:

python snapsort.py --help

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

  • 21/06/15: v1 published on github.
  • 08/02/21: v2 published

Credits

License

See the LICENSE file in this project's directory.

About

Snapsort is a Python script that organizes photos from a source folder into a target folder by date and time.

Topics

Resources

Stars

Watchers

Forks

Languages