This commit is contained in:
douboer
2025-09-06 12:25:42 +08:00
parent d7a0a53368
commit b214638aed
22 changed files with 9470 additions and 15 deletions

19
requirements.txt Normal file
View File

@@ -0,0 +1,19 @@
# iBooks 笔记导出工具依赖库
# GUI 界面支持
PyQt6>=6.0.0
# HTML/XML 解析
beautifulsoup4>=4.9.0
# 命令行交互界面(用于 exportbooknotes.py
InquirerPy>=0.3.0
# 以下为 Python 标准库,无需安装:
# sqlite3 - 数据库支持
# plistlib - plist 文件解析
# collections - 数据结构
# datetime - 日期时间处理
# os - 系统操作
# re - 正则表达式
# shutil - 文件操作
# sys - 系统相关