Skip to content

Instantly share code, notes, and snippets.

View shizn's full-sized avatar
🍉

Xin Shi shizn

🍉
View GitHub Profile
@shizn
shizn / main.py
Created March 14, 2020 09:35
update exif time with file time using exiftool
import glob
import exifread
import os.path, time
import subprocess
import os
import json
class ExifTool(object):