Skip to content

skorokithakis/photocopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

photocopy

A script to archive photos off a camera to a directory.

Installation

Just run:

pip install photocopy

To install the software. You're ready to use it!

Usage

What photocopy does is read the EXIF data from images and copy the latter to a specified directory. The use case is that you have an SD card from your camera and want to copy all the images/videos into specific directories by day or month.

You run it with:

./photocopy.py /media/sdcard/ /home/user/Photos/

and it will copy the photos to directories called "2014-03-12" by default.

About

A script to archive photos off a camera to a directory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages