iBook/requirements.txt

25 lines
614 B
Plaintext
Raw 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.

# iBooks 笔记导出工具依赖库
# GUI 界面支持
PyQt6>=6.0.0
# Qt Designer 工具(用于编辑 .ui 文件和生成界面代码)
PyQt6-tools>=6.0.0
# HTML/XML 解析
beautifulsoup4>=4.9.0
# 命令行交互界面(用于 exportbooknotes.py
InquirerPy>=0.3.0
# 可视化:已改为使用原生 Qt(QPainter) 自绘, 不再依赖 matplotlib
# 以下为 Python 标准库,无需安装:
# sqlite3 - 数据库支持
# plistlib - plist 文件解析
# collections - 数据结构
# datetime - 日期时间处理
# os - 系统操作
# re - 正则表达式
# shutil - 文件操作
# sys - 系统相关