python-office


Namepython-office JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/CoderWanFeng/python-office
Summarywww.python-office.com
upload_time2025-08-01 19:29:13
maintainerNone
docs_urlNone
authorCoderWanFeng
requires_python>=3.6
licenseApache-2.0 license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center" id='大礼包-banner'>
    <a target="_blank" href='http://python4office.cn/fuli/fuli-source-0726/'>
    <img src="https://banner-1300615378.cos.ap-guangzhou.myqcloud.com/%E6%A8%AA%E6%9D%A1/Python%E5%A4%A7%E7%A4%BC%E5%8C%85.jpg" width="100%"/>
    </a>   
</p>
<p align="center">
    <a target="_blank" href='https://pypi.org/project/python-office/'>
    <img src="https://raw.gitcode.com/CoderWanFeng1/website/raw/main/github-nav.jpg" alt="github license"/>
    </a>   
</p>
<p align="center">
	👉 <a target="_blank" href="https://www.python-office.com/">项目官网:https://www.python-office.com/</a> 👈
</p>
<p align="center">
	👉 <a target="_blank" href="http://www.python4office.cn/wechat-group/">本开源项目的交流群</a> 👈
</p>



<p align="center" name="gitcode">
    <a target="_blank" href='https://github.com/CoderWanFeng/python-office'>
    <img src="https://img.shields.io/github/stars/CoderWanFeng/python-office.svg?style=social" alt="github star"/>
    </a>
    	<a target="_blank" href='https://gitee.com/CoderWanFeng//python-office/'>
		<img src='https://gitee.com/CoderWanFeng//python-office/badge/star.svg?theme=dark' alt='gitee star'/>
	</a>
	<a target="_blank" href='https://gitcode.com/CoderWanFeng1/python-office'>
		<img src='https://gitcode.com/CoderWanFeng1/python-office/star/badge.svg?theme=dark' alt='gitcode star'/>
	</a>	
	<a target="_blank" href='https://gitcode.com/CoderWanFeng1/python-office'>
<img src="https://static.pepy.tech/badge/python-office" alt="PyPI Downloads">
</a>
  	<a href="https://mp.weixin.qq.com/s/yaSmFKO3RrBpyanW3nvRAQ">
	<img src="https://img.shields.io/badge/QQ-163434413-orange"/>
  </a>
    	<a href="http://www.python4office.cn/wechat-group/">
	<img src="https://img.shields.io/badge/%E5%BE%AE%E4%BF%A1-%E4%BA%A4%E6%B5%81%E7%BE%A4-brightgreen"/>
  </a>

</p>








-------------------------------------------------------------------------------

## 📚简介

Python-office 是一个 Python 自动化办公第三方库,能解决大部分自动化办公的问题。而且每个功能只需一行代码,不需要小白用户学习
Python 知识,做到了真正的开箱即用。
> 功能持续更新中,提交你的功能需求/参与项目开发,联系👉[开发者微信](http://www.python4office.cn/wechat-qrcode/)

<p align="center" id='开源交流群-banner'>
    <a target="_blank" href='https://cos.python-office.com/group%2Ffree-group.jpg'>
    <img src="https://cos.python-office.com/group/python-office-qr.jpg" width="100%"/>
    </a>   
</p>

### 🍺特点

- 一键搭建所有 Python + 自动化办公的编程环境。
- 使用一行代码解决大部分自动化办公的问题,不需要小白学习 Python 知识
- 贴合职场办公需求
- 极简编程,学习成本极低,工作效率提升显著

-------------------------------------------------------------------------------

## 📦安装

### 🍊pip 自动下载&更新

```
pip install -i https://mirrors.aliyun.com/pypi/simple/ python-office -U
```

-------------------------------------------------------------------------------

## 📝文档

[📘官网:https://www.python-office.com/](https://www.python-office.com/)

全部功能 的 视频教程👉[传送门](https://www.python-office.com/video/video.html)

## 🛠️包含组件

很多朋友发现``python-office``这个库,下载很慢很大,是因为它集成了以下这些库,你可以去挑自己需要功能,单独下载对应的第三方库。
> 以下所有独立的子库,也都在持续地开发和维护中。

| 模块            | 介绍           | 
|---------------|--------------|
| PyOfficeRobot | 微信机器人        |
| poocr         | 识别功能,例如:发票识别 | 
| popdf         | pdf处理        | 
| poemail       | 自动发邮件        | 
| porobot       | AI机器人        | 
| poimage       | 图片处理         |
| poai          | AI工具         | 
| poexcel       | excel处理      | 
| poword        | word处理       | 
| pofile        | 文件管理         | 
| search4file   | 文档搜索         | 
| poppt         | ppt处理        | 
| wftools       | 便捷小工具        | 
| pofinance     | 炒股工具         | 
| pohan         | 中文编程         | 
| povideo       | 视频处理         | 
| potime        | 时间工具         | 
| poprogress    | 进度条工具        |
| pocode        | 代码管理         | 


可以根据需求对每个模块单独引入,也可以通过`import office`方式引入所有模块。


-------------------------------------------------------------------------------

## 🏗️添砖加瓦

### 📐PR的建议

python-office欢迎任何人来添砖加瓦,贡献代码,建议提交的pr(pull request)放在一个单独的文件夹下:

- 在[contributors](https://gitcode.com/CoderWanFeng1/python-office/tree/main/contributors)文件夹中,用自己的GitHub名字建一个文件夹;
- 把自己的所有代码,都提交到这个自己的文件夹里;
- 不要改其它任何文件夹里的代码!不要改别人的代码!
- 对别人的代码有疑问,可以直接提issue。

### 🐞提供bug反馈或建议

提交问题反馈时,请务必填写和python-office代码本身有关的问题,不进行有关python学习,甚至是个人练习的知识答疑和讨论。

- [GitCode issue](https://gitcode.com/CoderWanFeng1/python-office/issues)
- [Gitee issue](https://gitee.com/CoderWanFeng/python-office/issues)
- [Github issue](https://github.com/CoderWanFeng/python-office/issues)

-------------------------------------------------------------------------------

## 🪙支持python-office

o基础的朋友,想快速入门自动化办公,还可以学习下面这几套原创课程,👇。

<p align="center" id='30讲自动化办公-banner'>
    <a target="_blank" href='https://www.python-office.com/course/50-python-office.html'>
    <img src="https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/%E5%BC%95%E5%AF%BC%E8%B6%85%E9%93%BE%E6%8E%A5%2Fauto-work.jpg" width="100%"/>
    </a>   
</p>

<p align="center" id='10讲机器人-banner'>
    <a target="_blank" href='https://www.python-office.com/course-002/10-PyOfficeRobot/10-PyOfficeRobot.html'>
    <img src="https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/course/10%E8%AE%B2%E6%9C%BA%E5%99%A8%E4%BA%BA-%E6%A8%AA.jpg" width="100%"/>
    </a>   
</p>



<p align="center" id='5讲OCR-banner'>
    <a target="_blank" href='https://www.python-office.com/course-002/5-poocr/5-poocr.html'>
    <img src="https://course-1300615378.cos.ap-guangzhou.myqcloud.com/poocr%2F%E5%B0%81%E9%9D%A2-%E6%A8%AA.jpg" width="100%"/>
    </a>   
</p>



<p align="center" id='6讲邮件自动化-banner'>
    <a target="_blank" href='https://www.python-office.com/course-002/poemail/poemail.html'>
    <img src="https://course-1300615378.cos.ap-guangzhou.myqcloud.com/poemail/poemail-course.jpg" width="100%"/>
    </a>   
</p>


-------------------------------------------------------------------------------

## ⭐Star python-office

[![Stargazers over time](https://starchart.cc/CoderWanFeng/python-office.svg)](https://starchart.cc/CoderWanFeng/python-office)

## 📌联系作者

<p align="center" id='个人微信-banner'>
    <a target="_blank" href='http://python4office.cn/wechat-qrcode/'>
    <img src="https://cos.python-office.com/wechat/qr-code.jpg" width="100%"/>
    </a>   
</p>

<p align="center" id='vlog横-banner'>
    <a target="_blank" href='http://python4office.cn/vlog-all/vlog-all/'>
    <img src="https://vlog-1300615378.cos.ap-chongqing.myqcloud.com/ads%2Fheng.jpg" width="100%"/>
    </a>   
</p>

## 📕拓展资料

<p align="center" id='100本电子书-banner'>
    <a target="_blank" href='https://mp.weixin.qq.com/s/6bM_3tROqdY_2WbBShzqyw'>
    <img src="https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/%E5%BC%95%E5%AF%BC%E8%B6%85%E9%93%BE%E6%8E%A5%2Febook.jpg" width="100%"/>
    </a>   
</p>

<p align="center" id='实战项目-banner'>
    <a target="_blank" href='http://www.python4office.cn/python-project-list/'>
    <img src="https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/%E5%BC%95%E5%AF%BC%E8%B6%85%E9%93%BE%E6%8E%A5%2Fproject.jpg" width="100%"/>
    </a>   
</p>

<p align="center" id='11个软件-banner'>
    <a target="_blank" href='https://mp.weixin.qq.com/s/w9ITodQR3kzSXc4t1H92nw'>
    <img src="https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/%E5%BC%95%E5%AF%BC%E8%B6%85%E9%93%BE%E6%8E%A5%2Fsoft-11.jpg" width="100%"/>
    </a>   
</p>


<p align="center" id='25个学习资源-banner'>
    <a target="_blank" href='https://mp.weixin.qq.com/s/-mlsV7PFc27JElOTCskMsg'>
    <img src="https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/%E5%BC%95%E5%AF%BC%E8%B6%85%E9%93%BE%E6%8E%A5%2Fpy-25-source.jpg" width="100%"/>
    </a>   
</p>



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CoderWanFeng/python-office",
    "name": "python-office",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "CoderWanFeng",
    "author_email": "1957875073@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/db/1e/84f168553c371870da2ed18603979e1e4ffd75d32eb23e8af1da8a31f9d1/python-office-1.0.4.tar.gz",
    "platform": "any",
    "description": "<p align=\"center\" id='\u5927\u793c\u5305-banner'>\r\n    <a target=\"_blank\" href='http://python4office.cn/fuli/fuli-source-0726/'>\r\n    <img src=\"https://banner-1300615378.cos.ap-guangzhou.myqcloud.com/%E6%A8%AA%E6%9D%A1/Python%E5%A4%A7%E7%A4%BC%E5%8C%85.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n<p align=\"center\">\r\n    <a target=\"_blank\" href='https://pypi.org/project/python-office/'>\r\n    <img src=\"https://raw.gitcode.com/CoderWanFeng1/website/raw/main/github-nav.jpg\" alt=\"github license\"/>\r\n    </a>   \r\n</p>\r\n<p align=\"center\">\r\n\t\ud83d\udc49 <a target=\"_blank\" href=\"https://www.python-office.com/\">\u9879\u76ee\u5b98\u7f51\uff1ahttps://www.python-office.com/</a> \ud83d\udc48\r\n</p>\r\n<p align=\"center\">\r\n\t\ud83d\udc49 <a target=\"_blank\" href=\"http://www.python4office.cn/wechat-group/\">\u672c\u5f00\u6e90\u9879\u76ee\u7684\u4ea4\u6d41\u7fa4</a> \ud83d\udc48\r\n</p>\r\n\r\n\r\n\r\n<p align=\"center\" name=\"gitcode\">\r\n    <a target=\"_blank\" href='https://github.com/CoderWanFeng/python-office'>\r\n    <img src=\"https://img.shields.io/github/stars/CoderWanFeng/python-office.svg?style=social\" alt=\"github star\"/>\r\n    </a>\r\n    \t<a target=\"_blank\" href='https://gitee.com/CoderWanFeng//python-office/'>\r\n\t\t<img src='https://gitee.com/CoderWanFeng//python-office/badge/star.svg?theme=dark' alt='gitee star'/>\r\n\t</a>\r\n\t<a target=\"_blank\" href='https://gitcode.com/CoderWanFeng1/python-office'>\r\n\t\t<img src='https://gitcode.com/CoderWanFeng1/python-office/star/badge.svg?theme=dark' alt='gitcode star'/>\r\n\t</a>\t\r\n\t<a target=\"_blank\" href='https://gitcode.com/CoderWanFeng1/python-office'>\r\n<img src=\"https://static.pepy.tech/badge/python-office\" alt=\"PyPI Downloads\">\r\n</a>\r\n  \t<a href=\"https://mp.weixin.qq.com/s/yaSmFKO3RrBpyanW3nvRAQ\">\r\n\t<img src=\"https://img.shields.io/badge/QQ-163434413-orange\"/>\r\n  </a>\r\n    \t<a href=\"http://www.python4office.cn/wechat-group/\">\r\n\t<img src=\"https://img.shields.io/badge/%E5%BE%AE%E4%BF%A1-%E4%BA%A4%E6%B5%81%E7%BE%A4-brightgreen\"/>\r\n  </a>\r\n\r\n</p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83d\udcda\u7b80\u4ecb\r\n\r\nPython-office \u662f\u4e00\u4e2a Python \u81ea\u52a8\u5316\u529e\u516c\u7b2c\u4e09\u65b9\u5e93\uff0c\u80fd\u89e3\u51b3\u5927\u90e8\u5206\u81ea\u52a8\u5316\u529e\u516c\u7684\u95ee\u9898\u3002\u800c\u4e14\u6bcf\u4e2a\u529f\u80fd\u53ea\u9700\u4e00\u884c\u4ee3\u7801\uff0c\u4e0d\u9700\u8981\u5c0f\u767d\u7528\u6237\u5b66\u4e60\r\nPython \u77e5\u8bc6\uff0c\u505a\u5230\u4e86\u771f\u6b63\u7684\u5f00\u7bb1\u5373\u7528\u3002\r\n> \u529f\u80fd\u6301\u7eed\u66f4\u65b0\u4e2d\uff0c\u63d0\u4ea4\u4f60\u7684\u529f\u80fd\u9700\u6c42/\u53c2\u4e0e\u9879\u76ee\u5f00\u53d1\uff0c\u8054\u7cfb\ud83d\udc49[\u5f00\u53d1\u8005\u5fae\u4fe1](http://www.python4office.cn/wechat-qrcode/)\r\n\r\n<p align=\"center\" id='\u5f00\u6e90\u4ea4\u6d41\u7fa4-banner'>\r\n    <a target=\"_blank\" href='https://cos.python-office.com/group%2Ffree-group.jpg'>\r\n    <img src=\"https://cos.python-office.com/group/python-office-qr.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n\r\n### \ud83c\udf7a\u7279\u70b9\r\n\r\n- \u4e00\u952e\u642d\u5efa\u6240\u6709 Python + \u81ea\u52a8\u5316\u529e\u516c\u7684\u7f16\u7a0b\u73af\u5883\u3002\r\n- \u4f7f\u7528\u4e00\u884c\u4ee3\u7801\u89e3\u51b3\u5927\u90e8\u5206\u81ea\u52a8\u5316\u529e\u516c\u7684\u95ee\u9898\uff0c\u4e0d\u9700\u8981\u5c0f\u767d\u5b66\u4e60 Python \u77e5\u8bc6\r\n- \u8d34\u5408\u804c\u573a\u529e\u516c\u9700\u6c42\r\n- \u6781\u7b80\u7f16\u7a0b\uff0c\u5b66\u4e60\u6210\u672c\u6781\u4f4e\uff0c\u5de5\u4f5c\u6548\u7387\u63d0\u5347\u663e\u8457\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83d\udce6\u5b89\u88c5\r\n\r\n### \ud83c\udf4apip \u81ea\u52a8\u4e0b\u8f7d&\u66f4\u65b0\r\n\r\n```\r\npip install -i https://mirrors.aliyun.com/pypi/simple/ python-office -U\r\n```\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83d\udcdd\u6587\u6863\r\n\r\n[\ud83d\udcd8\u5b98\u7f51\uff1ahttps://www.python-office.com/](https://www.python-office.com/)\r\n\r\n\u5168\u90e8\u529f\u80fd \u7684 \u89c6\u9891\u6559\u7a0b\ud83d\udc49[\u4f20\u9001\u95e8](https://www.python-office.com/video/video.html)\r\n\r\n## \ud83d\udee0\ufe0f\u5305\u542b\u7ec4\u4ef6\r\n\r\n\u5f88\u591a\u670b\u53cb\u53d1\u73b0``python-office``\u8fd9\u4e2a\u5e93\uff0c\u4e0b\u8f7d\u5f88\u6162\u5f88\u5927\uff0c\u662f\u56e0\u4e3a\u5b83\u96c6\u6210\u4e86\u4ee5\u4e0b\u8fd9\u4e9b\u5e93\uff0c\u4f60\u53ef\u4ee5\u53bb\u6311\u81ea\u5df1\u9700\u8981\u529f\u80fd\uff0c\u5355\u72ec\u4e0b\u8f7d\u5bf9\u5e94\u7684\u7b2c\u4e09\u65b9\u5e93\u3002\r\n> \u4ee5\u4e0b\u6240\u6709\u72ec\u7acb\u7684\u5b50\u5e93\uff0c\u4e5f\u90fd\u5728\u6301\u7eed\u5730\u5f00\u53d1\u548c\u7ef4\u62a4\u4e2d\u3002\r\n\r\n| \u6a21\u5757            | \u4ecb\u7ecd           | \r\n|---------------|--------------|\r\n| PyOfficeRobot | \u5fae\u4fe1\u673a\u5668\u4eba        |\r\n| poocr         | \u8bc6\u522b\u529f\u80fd\uff0c\u4f8b\u5982\uff1a\u53d1\u7968\u8bc6\u522b | \r\n| popdf         | pdf\u5904\u7406        | \r\n| poemail       | \u81ea\u52a8\u53d1\u90ae\u4ef6        | \r\n| porobot       | AI\u673a\u5668\u4eba        | \r\n| poimage       | \u56fe\u7247\u5904\u7406         |\r\n| poai          | AI\u5de5\u5177         | \r\n| poexcel       | excel\u5904\u7406      | \r\n| poword        | word\u5904\u7406       | \r\n| pofile        | \u6587\u4ef6\u7ba1\u7406         | \r\n| search4file   | \u6587\u6863\u641c\u7d22         | \r\n| poppt         | ppt\u5904\u7406        | \r\n| wftools       | \u4fbf\u6377\u5c0f\u5de5\u5177        | \r\n| pofinance     | \u7092\u80a1\u5de5\u5177         | \r\n| pohan         | \u4e2d\u6587\u7f16\u7a0b         | \r\n| povideo       | \u89c6\u9891\u5904\u7406         | \r\n| potime        | \u65f6\u95f4\u5de5\u5177         | \r\n| poprogress    | \u8fdb\u5ea6\u6761\u5de5\u5177        |\r\n| pocode        | \u4ee3\u7801\u7ba1\u7406         | \r\n\r\n\r\n\u53ef\u4ee5\u6839\u636e\u9700\u6c42\u5bf9\u6bcf\u4e2a\u6a21\u5757\u5355\u72ec\u5f15\u5165\uff0c\u4e5f\u53ef\u4ee5\u901a\u8fc7`import office`\u65b9\u5f0f\u5f15\u5165\u6240\u6709\u6a21\u5757\u3002\r\n\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83c\udfd7\ufe0f\u6dfb\u7816\u52a0\u74e6\r\n\r\n### \ud83d\udcd0PR\u7684\u5efa\u8bae\r\n\r\npython-office\u6b22\u8fce\u4efb\u4f55\u4eba\u6765\u6dfb\u7816\u52a0\u74e6\uff0c\u8d21\u732e\u4ee3\u7801\uff0c\u5efa\u8bae\u63d0\u4ea4\u7684pr\uff08pull request\uff09\u653e\u5728\u4e00\u4e2a\u5355\u72ec\u7684\u6587\u4ef6\u5939\u4e0b\uff1a\r\n\r\n- \u5728[contributors](https://gitcode.com/CoderWanFeng1/python-office/tree/main/contributors)\u6587\u4ef6\u5939\u4e2d\uff0c\u7528\u81ea\u5df1\u7684GitHub\u540d\u5b57\u5efa\u4e00\u4e2a\u6587\u4ef6\u5939\uff1b\r\n- \u628a\u81ea\u5df1\u7684\u6240\u6709\u4ee3\u7801\uff0c\u90fd\u63d0\u4ea4\u5230\u8fd9\u4e2a\u81ea\u5df1\u7684\u6587\u4ef6\u5939\u91cc\uff1b\r\n- \u4e0d\u8981\u6539\u5176\u5b83\u4efb\u4f55\u6587\u4ef6\u5939\u91cc\u7684\u4ee3\u7801\uff01\u4e0d\u8981\u6539\u522b\u4eba\u7684\u4ee3\u7801\uff01\r\n- \u5bf9\u522b\u4eba\u7684\u4ee3\u7801\u6709\u7591\u95ee\uff0c\u53ef\u4ee5\u76f4\u63a5\u63d0issue\u3002\r\n\r\n### \ud83d\udc1e\u63d0\u4f9bbug\u53cd\u9988\u6216\u5efa\u8bae\r\n\r\n\u63d0\u4ea4\u95ee\u9898\u53cd\u9988\u65f6\uff0c\u8bf7\u52a1\u5fc5\u586b\u5199\u548cpython-office\u4ee3\u7801\u672c\u8eab\u6709\u5173\u7684\u95ee\u9898\uff0c\u4e0d\u8fdb\u884c\u6709\u5173python\u5b66\u4e60\uff0c\u751a\u81f3\u662f\u4e2a\u4eba\u7ec3\u4e60\u7684\u77e5\u8bc6\u7b54\u7591\u548c\u8ba8\u8bba\u3002\r\n\r\n- [GitCode issue](https://gitcode.com/CoderWanFeng1/python-office/issues)\r\n- [Gitee issue](https://gitee.com/CoderWanFeng/python-office/issues)\r\n- [Github issue](https://github.com/CoderWanFeng/python-office/issues)\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83e\ude99\u652f\u6301python-office\r\n\r\no\u57fa\u7840\u7684\u670b\u53cb\uff0c\u60f3\u5feb\u901f\u5165\u95e8\u81ea\u52a8\u5316\u529e\u516c\uff0c\u8fd8\u53ef\u4ee5\u5b66\u4e60\u4e0b\u9762\u8fd9\u51e0\u5957\u539f\u521b\u8bfe\u7a0b\uff0c\ud83d\udc47\u3002\r\n\r\n<p align=\"center\" id='30\u8bb2\u81ea\u52a8\u5316\u529e\u516c-banner'>\r\n    <a target=\"_blank\" href='https://www.python-office.com/course/50-python-office.html'>\r\n    <img src=\"https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/%E5%BC%95%E5%AF%BC%E8%B6%85%E9%93%BE%E6%8E%A5%2Fauto-work.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n\r\n<p align=\"center\" id='10\u8bb2\u673a\u5668\u4eba-banner'>\r\n    <a target=\"_blank\" href='https://www.python-office.com/course-002/10-PyOfficeRobot/10-PyOfficeRobot.html'>\r\n    <img src=\"https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/course/10%E8%AE%B2%E6%9C%BA%E5%99%A8%E4%BA%BA-%E6%A8%AA.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n\r\n\r\n\r\n<p align=\"center\" id='5\u8bb2OCR-banner'>\r\n    <a target=\"_blank\" href='https://www.python-office.com/course-002/5-poocr/5-poocr.html'>\r\n    <img src=\"https://course-1300615378.cos.ap-guangzhou.myqcloud.com/poocr%2F%E5%B0%81%E9%9D%A2-%E6%A8%AA.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n\r\n\r\n\r\n<p align=\"center\" id='6\u8bb2\u90ae\u4ef6\u81ea\u52a8\u5316-banner'>\r\n    <a target=\"_blank\" href='https://www.python-office.com/course-002/poemail/poemail.html'>\r\n    <img src=\"https://course-1300615378.cos.ap-guangzhou.myqcloud.com/poemail/poemail-course.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \u2b50Star python-office\r\n\r\n[![Stargazers over time](https://starchart.cc/CoderWanFeng/python-office.svg)](https://starchart.cc/CoderWanFeng/python-office)\r\n\r\n## \ud83d\udccc\u8054\u7cfb\u4f5c\u8005\r\n\r\n<p align=\"center\" id='\u4e2a\u4eba\u5fae\u4fe1-banner'>\r\n    <a target=\"_blank\" href='http://python4office.cn/wechat-qrcode/'>\r\n    <img src=\"https://cos.python-office.com/wechat/qr-code.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n\r\n<p align=\"center\" id='vlog\u6a2a-banner'>\r\n    <a target=\"_blank\" href='http://python4office.cn/vlog-all/vlog-all/'>\r\n    <img src=\"https://vlog-1300615378.cos.ap-chongqing.myqcloud.com/ads%2Fheng.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n\r\n## \ud83d\udcd5\u62d3\u5c55\u8d44\u6599\r\n\r\n<p align=\"center\" id='100\u672c\u7535\u5b50\u4e66-banner'>\r\n    <a target=\"_blank\" href='https://mp.weixin.qq.com/s/6bM_3tROqdY_2WbBShzqyw'>\r\n    <img src=\"https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/%E5%BC%95%E5%AF%BC%E8%B6%85%E9%93%BE%E6%8E%A5%2Febook.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n\r\n<p align=\"center\" id='\u5b9e\u6218\u9879\u76ee-banner'>\r\n    <a target=\"_blank\" href='http://www.python4office.cn/python-project-list/'>\r\n    <img src=\"https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/%E5%BC%95%E5%AF%BC%E8%B6%85%E9%93%BE%E6%8E%A5%2Fproject.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n\r\n<p align=\"center\" id='11\u4e2a\u8f6f\u4ef6-banner'>\r\n    <a target=\"_blank\" href='https://mp.weixin.qq.com/s/w9ITodQR3kzSXc4t1H92nw'>\r\n    <img src=\"https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/%E5%BC%95%E5%AF%BC%E8%B6%85%E9%93%BE%E6%8E%A5%2Fsoft-11.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n\r\n\r\n<p align=\"center\" id='25\u4e2a\u5b66\u4e60\u8d44\u6e90-banner'>\r\n    <a target=\"_blank\" href='https://mp.weixin.qq.com/s/-mlsV7PFc27JElOTCskMsg'>\r\n    <img src=\"https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/%E5%BC%95%E5%AF%BC%E8%B6%85%E9%93%BE%E6%8E%A5%2Fpy-25-source.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "Apache-2.0 license",
    "summary": "www.python-office.com",
    "version": "1.0.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/CoderWanFeng/python-office/issues",
        "Documentation": "https://github.com/CoderWanFeng/python-office/blob/main/README.md",
        "Homepage": "https://github.com/CoderWanFeng/python-office",
        "Source Code": "https://github.com/CoderWanFeng/python-office"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8c2ffa8a5803963757c953dbdf6f0d8b295eb3676e9c7add1a8279e98c9addc",
                "md5": "1592608e628538788d3dad11b3feb808",
                "sha256": "f3a5501a7444c38c8d7f8f12fbf7b8889a00bca60ed657d74cb9d81f19a52e5f"
            },
            "downloads": -1,
            "filename": "python_office-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1592608e628538788d3dad11b3feb808",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 78106,
            "upload_time": "2025-08-01T19:29:08",
            "upload_time_iso_8601": "2025-08-01T19:29:08.513572Z",
            "url": "https://files.pythonhosted.org/packages/e8/c2/ffa8a5803963757c953dbdf6f0d8b295eb3676e9c7add1a8279e98c9addc/python_office-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "db1e84f168553c371870da2ed18603979e1e4ffd75d32eb23e8af1da8a31f9d1",
                "md5": "69536bb9ee63cfa1cc3756cea448a679",
                "sha256": "10d758322a251632c22805bea6738a6143969bdd13552caaa3f9ce4dcb22a3df"
            },
            "downloads": -1,
            "filename": "python-office-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "69536bb9ee63cfa1cc3756cea448a679",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 67639,
            "upload_time": "2025-08-01T19:29:13",
            "upload_time_iso_8601": "2025-08-01T19:29:13.547733Z",
            "url": "https://files.pythonhosted.org/packages/db/1e/84f168553c371870da2ed18603979e1e4ffd75d32eb23e8af1da8a31f9d1/python-office-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-01 19:29:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CoderWanFeng",
    "github_project": "python-office",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "python-office"
}
        
Elapsed time: 0.73567s