# mytools **Repository Path**: jackfpy/mytools ## Basic Information - **Project Name**: mytools - **Description**: 工具开发库 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-24 - **Last Updated**: 2026-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my_py_tools #### 介绍 工具开发库 #### 软件架构 软件架构说明 my_office_tools/ # Git 仓库根目录 ├── myoffice/ # 【核心包】所有功能都在这里 │ ├── __init__.py # 包入口,简化导入 │ ├── base/ # 基础通用工具(所有模块共用) │ ├── data_clean/ # 数据清洗、清洗函数 │ ├── file_ops/ # 文件/文件夹操作、复制、移动、重命名 │ ├── image_tools/ # 图片处理、压缩、格式转换 │ ├── pdf_tools/ # PDF 读取、合并、拆分、转文本 │ ├── excel_tools/ # Excel 合并、拆分、格式处理 │ ├── database/ # MySQL、SQLite、Access 读取 │ └── pandas_ext/ # Pandas 增强、搜索、算法、批量处理 │ ├── tests/ # 测试用例(可选) ├── setup.py # 打包安装必须(必须有) └── README.md # 使用说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)