# PDFTools **Repository Path**: cgdev/tkpdfmerger ## Basic Information - **Project Name**: PDFTools - **Description**: PDF合并拆分工具 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-19 - **Last Updated**: 2025-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PDF合并拆分工具 安装支持包 ```shell pip install PyPDF2 pip install Nuitka ``` 打包 ```shell nuitka tkpdfmerger.py --standalone --windows-console-mode=disable --onefile --enable-plugin=tk-inter --output-dir=dist --output-filename=tkpdfmerger.exe ```