Python 实现图片按照拍摄日期进行自动归类
面对堆积如山的照片,手工归类太烦易出错,这里用 python 写了一段程序,可以实现具有拍摄时间照片的自动归类,符合条件的文件被移走了,不符合的没有变化,使用者只需根据自己的需要修改 PhotoPath 和 NewPath 的值即可。
面对堆积如山的照片,手工归类太烦易出错,这里用 python 写了一段程序,可以实现具有拍摄时间照片的自动归类,符合条件的文件被移走了,不符合的没有变化,使用者只需根据自己的需要修改 PhotoPath 和 NewPath 的值即可。
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.