Metadata-Version: 2.4
Name: office-tools-kit
Version: 1.0.0
Summary: 办公效率工具集 - Excel合并拆分、PDF合并，一行命令搞定
Author-email: Office Tools Team <tools@office-tools.pro>
License: MIT
Keywords: excel,pdf,merge,split,office,办公
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Office/Business
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.0
Requires-Dist: openpyxl>=3.0
Requires-Dist: PyPDF2>=3.0
Dynamic: license-file

     1|# Office Tools Kit 办公效率工具集
     2|
     3|[![PyPI version](https://img.shields.io/pypi/v/office-tools-kit)](https://pypi.org/project/office-tools-kit/)
     4|[![Downloads](https://img.shields.io/pypi/dm/office-tools-kit)](https://pypi.org/project/office-tools-kit/)
     5|[![License](https://img.shields.io/pypi/l/office-tools-kit)](https://github.com/office-tools-kit/office-tools-kit/blob/main/LICENSE)
     6|
     7|## 安装
     8|
     9|```bash
    10|pip install office-tools-kit
    11|```
    12|
    13|## 工具列表
    14|
    15|### 1. excel-merge — Excel文件批量合并
    16|
    17|合并多个Excel文件为一个，支持 .xlsx 和 .xls 格式。
    18|
    19|```bash
    20|excel-merge ./数据/ 合并结果.xlsx
    21|```
    22|
    23|### 2. excel-split — Excel文件按列拆分
    24|
    25|按指定列的值，将一个Excel拆分成多个文件。
    26|
    27|```bash
    28|excel-split 数据.xlsx 部门
    29|```
    30|
    31|### 3. pdf-merge — PDF文件合并
    32|
    33|合并多个PDF文件为一个。
    34|
    35|```bash
    36|pdf-merge ./pdf文件/ 合并结果.pdf
    37|```
    38|
    39|## 特点
    40|
    41|- 零配置，安装即用
    42|- 支持批量处理
    43|- 自动处理编码和格式问题
    44|- 兼容 Windows/Linux/Mac
    45|
    46|## 推广
    47|
    48|如果您觉得这个工具好用，欢迎：
    49|- ⭐ 在 GitHub 上给项目点星
    50|- 🐛 提交 Issue 反馈问题
    51|- ☕ 如果这个工具帮到了您，可以 [请开发者喝杯咖啡](https://office-tools.pro/sponsor)
    52|
    53|---
    54|
    55|*用AI写代码，用工具提效 —— Office Tools Kit*
    56|

## 支持

如果Office Tools Kit帮到了您，欢迎打赏支持：

```
USDT (TRC20): TMPQygMkv42QPeyYnkxMkPwsqs7udbD2Aa
```

您的支持是开源项目持续发展的动力 ❤️
