feat: 实现基于PySide6的翻译GUI工具初始版本

添加主程序入口、GUI界面、翻译核心逻辑、Word文件处理、系统监控和日志模块
This commit is contained in:
2026-01-14 15:10:19 +08:00
commit 136994db90
9 changed files with 762 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
PySide6
llama-cpp-python
python-docx
loguru
psutil
GPUtil