Files
repair_phone/ remarks
2025-07-02 09:47:24 +00:00

14 lines
766 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

这个程序现在有了图形用户界面 (GUI),使用 tkinter 构建,提供了更友好的操作方式。主要特点包括:
直观的界面,可选择源目录和输出目录
可以选择直接修改源文件或输出到新目录
支持创建备份文件,保护原始数据
实时显示处理进度和详细日志
多线程处理,避免界面卡顿
使用方法:
安装依赖pip install pillow piexif colorama
运行程序python metadata_repair.py
在界面中选择源目录
可选:选择输出目录或直接修改源文件
可选:启用 / 禁用备份选项和详细日志
点击 "开始修复" 按钮开始处理
程序会在日志区域显示处理进度和详细信息,包括找到的文件数量、成功修复的文件数量等。