Skip to content

A simple python script to set the modification time of a file to the EXIF creation time.

Notifications You must be signed in to change notification settings

MachWerx/exifSetDate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

exifSetDate

A simple python script to set the modification time of a file to the EXIF creation time.

This relies on the PIL python image library. If you don't already have PIL, you can install it with the following command:

sudo pip install Pillow

If you don't have pip, then look up how to install it on your system. For MacOS, you can do the following:

sudo easy_install pip

About

A simple python script to set the modification time of a file to the EXIF creation time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages