文件名称:photomanager
文件大小:18KB
文件格式:ZIP
更新时间:2024-04-10 01:31:52
Python
相片管理器 受启发的照片和其他媒体文件的。 将照片导入数据库并将其收集到指定目录。根据其校验和验证存储的照片。数据库以非专有JSON格式存储。不会修改任何照片。 照片是根据从EXIF或非EXIF信息获得的最佳可用日期进行组织的。可以对它们进行优先级排序,以便仅收集最佳可用版本。照片的替代版本和派生版本通过匹配的文件名和时间戳进行标识。 用法 Usage: photomanager.py [OPTIONS] COMMAND [ARGS]... Options: --help Show this message and exit. Commands: clean Remove lower-priority alternatives of stored items collect Collect highest-priority items into storage i
【文件预览】:
photomanager-main
----.gitignore(8B)
----photomanager.py(6KB)
----README.md(3KB)
----pyexiftool_async.py(8KB)
----pyexiftool.py(14KB)
----requirements.txt(25B)
----database.py(32KB)