Skip to content

CescMessi/Exif-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exif-Editor

Edit photos time information in exif

看到小众软件的微博有个朋友想要根据文件名修改照片的Exif,于是用python写了一个简单的小工具。

使用方法

代码里面使用了piexif库,所以要先安装依赖。

pip install -r requirements.txt

然后在图片目录下运行py文件就好

python exifeditor.py

文件名的格式是在代码里面确定的,如果格式有变化,修改py文件第5行datetime.strptime('20' + filename, r'%Y-%m-%d_%H%M')的两个参数即可。

About

Edit photos time information in exif

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages