<p align="center">
<a target="_blank" href='https://url.cn/Z4lzPLaF'>
<img src="https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/ads%2F1040x100-tencent.jpg" width="100%"/>
</a>
</p>
<p align="center">
<a target="_blank" href='https://github.com/CoderWanFeng/python-office'>
<img src="https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/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="https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office.jpg">本开源项目的交流群</a> 👈
</p>
<p align="center" name="gitee">
<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 href="https://mp.weixin.qq.com/s/yaSmFKO3RrBpyanW3nvRAQ">
<img src="https://img.shields.io/badge/QQ-163434413-orange"/>
</a>
<a href="https://mp.weixin.qq.com/s/wx-JkgOUoJhb-7ZESxl93w">
<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>
-------------------------------------------------------------------------------
[**🌎English Documentation**](README-EN.md)
-------------------------------------------------------------------------------
## 📚简介
Python-office 是一个 Python 自动化办公第三方库,能解决大部分自动化办公的问题。而且每个功能只需一行代码,不需要小白用户学习 Python 知识,做到了真正的开箱即用。
> 功能持续更新中,提交你的功能需求/参与项目开发,联系👉[开发者微信](https://mp.weixin.qq.com/s/FgKB-9XEG_KunLfjJbvdYw)

### 🍺特点
- 一键搭建所有 Python + 自动化办公的编程环境。
- 使用一行代码解决大部分自动化办公的问题,不需要小白学习 Python 知识
- 贴合职场办公需求
- 极简编程,学习成本极低,工作效率提升显著
-------------------------------------------------------------------------------
## 📦安装
### 🍊pip 自动下载&更新
```
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple python-office -U
```
-------------------------------------------------------------------------------
## 📝文档
[📘官网:https://www.python-office.com/](https://www.python-office.com/)
全部功能的说明
- 文字教程👉[传送门](https://www.python-office.com/guide/allFunc.html)
- 视频教程👉[传送门](https://www.python-office.com/video/video.html)
## 🛠️包含组件
以下所有功能,都在逐步搭建中。
| 模块 | 介绍 |GitHub地址| star|
| ----------------------|---------------------------------------------------------------------------------- |-----|-----|
| PyOfficeRobot | 聊天机器人 | https://github.com/CoderWanFeng/PyOfficeRobot |<img src="https://img.shields.io/github/stars/CoderWanFeng/PyOfficeRobot.svg" alt="github star"/>|
| search4file | 文档搜索 | https://github.com/CoderWanFeng/search4file |<img src="https://img.shields.io/github/stars/CoderWanFeng/search4file.svg" alt="github star"/>|
| poexcel | excel处理 |https://github.com/CoderWanFeng/poexcel |<img src="https://img.shields.io/github/stars/CoderWanFeng/poexcel.svg" alt="github star"/>|
| poword | word处理 |https://github.com/CoderWanFeng/poword |<img src="https://img.shields.io/github/stars/CoderWanFeng/poword.svg" alt="github star"/>|
| poppt | ppt处理 |https://github.com/CoderWanFeng/poppt |<img src="https://img.shields.io/github/stars/CoderWanFeng/poppt.svg" alt="github star"/>|
| popdf | pdf处理 |https://github.com/CoderWanFeng/popdf |<img src="https://img.shields.io/github/stars/CoderWanFeng/popdf.svg" alt="github star"/>|
| pofile | 文件和文件夹的操作 |https://github.com/CoderWanFeng/pofile |<img src="https://img.shields.io/github/stars/CoderWanFeng/pofile.svg" alt="github star"/>|
| wftools | 便捷小工具 |https://github.com/CoderWanFeng/wftools |<img src="https://img.shields.io/github/stars/CoderWanFeng/wftools.svg" alt="github star"/>|
| poimage | 图片处理 |https://github.com/CoderWanFeng/poimage |<img src="https://img.shields.io/github/stars/CoderWanFeng/poimage.svg" alt="github star"/>|
| povideo | 视频处理 |https://github.com/CoderWanFeng/povideo |<img src="https://img.shields.io/github/stars/CoderWanFeng/povideo.svg" alt="github star"/>|
| pydatav | 数据可视化 |https://github.com/CoderWanFeng/pydatav |<img src="https://img.shields.io/github/stars/CoderWanFeng/pydatav.svg" alt="github star"/>|
| potime | 时间工具 |https://github.com/CoderWanFeng/potime |<img src="https://img.shields.io/github/stars/CoderWanFeng/potime.svg" alt="github star"/>|
| web(名称待定) | 网站快捷搭建 | | |
| email(名称待定) | 邮件功能 | | |
| potencent | 识别功能:文字识别、语音识别 | https://github.com/CoderWanFeng/potencent |<img src="https://img.shields.io/github/stars/CoderWanFeng/potencent.svg" alt="github star"/> |
可以根据需求对每个模块单独引入,也可以通过`import office`方式引入所有模块。
-------------------------------------------------------------------------------
## 🏗️添砖加瓦
### 📐PR的建议
python-office欢迎任何人来添砖加瓦,贡献代码,建议提交的pr(pull request)放在一个单独的文件夹下:
- 在[contributors](https://github.com/CoderWanFeng/python-office/tree/master/contributors)文件夹中,用自己的GitHub名字建一个文件夹;
- 把自己的所有代码,都提交到这个自己的文件夹里;
- 不要改其它任何文件夹里的代码!不要改别人的代码!
- 对别人的代码有疑问,可以直接提issue。
### 🐞提供bug反馈或建议
提交问题反馈时,请务必填写和python-office代码本身有关的问题,不进行有关python学习,甚至是个人练习的知识答疑和讨论。
- [Gitee issue](https://gitee.com/CoderWanFeng/python-office/issues)
- [Github issue](https://github.com/CoderWanFeng/python-office/issues)
-------------------------------------------------------------------------------
## 🪙支持python-office
### 💳捐赠
如果你觉得python-office不错,可以捐赠请维护者喝杯咖啡~,在此表示感谢^_^。
[捐赠给项目](https://gitee.com/CoderWanFeng/python-office) 👈该项捐赠仅用于支持本项目发展使用
-------------------------------------------------------------------------------
## ⭐Star python-office
[](https://starchart.cc/CoderWanFeng/python-office)
## 📌联系作者

## 📕拓展资料
<p align="center" id='30讲自动化办公-banner'>
<a target="_blank" href='http://gk.link/a/10E3B'>
<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='100本电子书-banner'>
<a target="_blank" href='https://mp.weixin.qq.com/s/H3us6_7wg2QspGZfGtfDZw'>
<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/uE1M8ESBQ3wJ_q-Cl1aNvg'>
<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/_01V8I7rVkgvIIo7ygwwQA'>
<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": "",
"docs_url": null,
"requires_python": ">3.7",
"maintainer_email": "",
"keywords": "",
"author": "CoderWanFeng",
"author_email": "1957875073@qq.com",
"download_url": "https://files.pythonhosted.org/packages/5d/c5/8564f80ff6707970e35c52c7915e9023a39acd5afb8ed4272e8e6fd9bf5a/python-office-0.3.2.tar.gz",
"platform": "any",
"description": "<p align=\"center\">\n <a target=\"_blank\" href='https://url.cn/Z4lzPLaF'>\n <img src=\"https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/ads%2F1040x100-tencent.jpg\" width=\"100%\"/>\n </a> \n</p>\n<p align=\"center\">\n <a target=\"_blank\" href='https://github.com/CoderWanFeng/python-office'>\n <img src=\"https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/github-nav.jpg\" alt=\"github license\"/>\n </a> \n</p>\n<p align=\"center\">\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\n</p>\n<p align=\"center\">\n\t\ud83d\udc49 <a target=\"_blank\" href=\"https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office.jpg\">\u672c\u5f00\u6e90\u9879\u76ee\u7684\u4ea4\u6d41\u7fa4</a> \ud83d\udc48\n</p>\n<p align=\"center\" name=\"gitee\">\n <a target=\"_blank\" href='https://github.com/CoderWanFeng/python-office'>\n <img src=\"https://img.shields.io/github/stars/CoderWanFeng/python-office.svg?style=social\" alt=\"github star\"/>\n </a>\n\t<a target=\"_blank\" href='https://gitee.com/CoderWanFeng/python-office/'>\n\t\t<img src='https://gitee.com/CoderWanFeng/python-office/badge/star.svg?theme=dark' alt='gitee star'/>\n\t</a>\n \t<a href=\"https://mp.weixin.qq.com/s/yaSmFKO3RrBpyanW3nvRAQ\">\n\t<img src=\"https://img.shields.io/badge/QQ-163434413-orange\"/>\n </a>\n \t<a href=\"https://mp.weixin.qq.com/s/wx-JkgOUoJhb-7ZESxl93w\">\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\"/>\n </a>\n \n</p>\n\n\n\n\n\n-------------------------------------------------------------------------------\n\n[**\ud83c\udf0eEnglish Documentation**](README-EN.md)\n\n-------------------------------------------------------------------------------\n\n## \ud83d\udcda\u7b80\u4ecb\n\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 Python \u77e5\u8bc6\uff0c\u505a\u5230\u4e86\u771f\u6b63\u7684\u5f00\u7bb1\u5373\u7528\u3002\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](https://mp.weixin.qq.com/s/FgKB-9XEG_KunLfjJbvdYw)\n\n\n\n### \ud83c\udf7a\u7279\u70b9\n- \u4e00\u952e\u642d\u5efa\u6240\u6709 Python + \u81ea\u52a8\u5316\u529e\u516c\u7684\u7f16\u7a0b\u73af\u5883\u3002\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\n- \u8d34\u5408\u804c\u573a\u529e\u516c\u9700\u6c42\n- \u6781\u7b80\u7f16\u7a0b\uff0c\u5b66\u4e60\u6210\u672c\u6781\u4f4e\uff0c\u5de5\u4f5c\u6548\u7387\u63d0\u5347\u663e\u8457\n\n\n-------------------------------------------------------------------------------\n\n## \ud83d\udce6\u5b89\u88c5\n\n### \ud83c\udf4apip \u81ea\u52a8\u4e0b\u8f7d&\u66f4\u65b0\n\n```\npip install -i https://pypi.tuna.tsinghua.edu.cn/simple python-office -U\n```\n\n\n-------------------------------------------------------------------------------\n\n## \ud83d\udcdd\u6587\u6863\n\n[\ud83d\udcd8\u5b98\u7f51\uff1ahttps://www.python-office.com/](https://www.python-office.com/)\n\n\u5168\u90e8\u529f\u80fd\u7684\u8bf4\u660e\n\n- \u6587\u5b57\u6559\u7a0b\ud83d\udc49[\u4f20\u9001\u95e8](https://www.python-office.com/guide/allFunc.html)\n\n- \u89c6\u9891\u6559\u7a0b\ud83d\udc49[\u4f20\u9001\u95e8](https://www.python-office.com/video/video.html)\n\n\n## \ud83d\udee0\ufe0f\u5305\u542b\u7ec4\u4ef6\n\n\u4ee5\u4e0b\u6240\u6709\u529f\u80fd\uff0c\u90fd\u5728\u9010\u6b65\u642d\u5efa\u4e2d\u3002\n\n| \u6a21\u5757 | \u4ecb\u7ecd |GitHub\u5730\u5740| star|\n| ----------------------|---------------------------------------------------------------------------------- |-----|-----|\n| PyOfficeRobot | \u804a\u5929\u673a\u5668\u4eba | https://github.com/CoderWanFeng/PyOfficeRobot |<img src=\"https://img.shields.io/github/stars/CoderWanFeng/PyOfficeRobot.svg\" alt=\"github star\"/>|\n| search4file | \u6587\u6863\u641c\u7d22 | https://github.com/CoderWanFeng/search4file |<img src=\"https://img.shields.io/github/stars/CoderWanFeng/search4file.svg\" alt=\"github star\"/>|\n| poexcel | excel\u5904\u7406 |https://github.com/CoderWanFeng/poexcel |<img src=\"https://img.shields.io/github/stars/CoderWanFeng/poexcel.svg\" alt=\"github star\"/>|\n| poword | word\u5904\u7406 |https://github.com/CoderWanFeng/poword |<img src=\"https://img.shields.io/github/stars/CoderWanFeng/poword.svg\" alt=\"github star\"/>|\n| poppt | ppt\u5904\u7406 |https://github.com/CoderWanFeng/poppt |<img src=\"https://img.shields.io/github/stars/CoderWanFeng/poppt.svg\" alt=\"github star\"/>|\n| popdf | pdf\u5904\u7406 |https://github.com/CoderWanFeng/popdf |<img src=\"https://img.shields.io/github/stars/CoderWanFeng/popdf.svg\" alt=\"github star\"/>|\n| pofile | \u6587\u4ef6\u548c\u6587\u4ef6\u5939\u7684\u64cd\u4f5c |https://github.com/CoderWanFeng/pofile |<img src=\"https://img.shields.io/github/stars/CoderWanFeng/pofile.svg\" alt=\"github star\"/>|\n| wftools | \u4fbf\u6377\u5c0f\u5de5\u5177 |https://github.com/CoderWanFeng/wftools |<img src=\"https://img.shields.io/github/stars/CoderWanFeng/wftools.svg\" alt=\"github star\"/>|\n| poimage | \u56fe\u7247\u5904\u7406 |https://github.com/CoderWanFeng/poimage |<img src=\"https://img.shields.io/github/stars/CoderWanFeng/poimage.svg\" alt=\"github star\"/>|\n| povideo | \u89c6\u9891\u5904\u7406 |https://github.com/CoderWanFeng/povideo |<img src=\"https://img.shields.io/github/stars/CoderWanFeng/povideo.svg\" alt=\"github star\"/>|\n| pydatav | \u6570\u636e\u53ef\u89c6\u5316 |https://github.com/CoderWanFeng/pydatav |<img src=\"https://img.shields.io/github/stars/CoderWanFeng/pydatav.svg\" alt=\"github star\"/>|\n| potime | \u65f6\u95f4\u5de5\u5177 |https://github.com/CoderWanFeng/potime |<img src=\"https://img.shields.io/github/stars/CoderWanFeng/potime.svg\" alt=\"github star\"/>|\n| web\uff08\u540d\u79f0\u5f85\u5b9a\uff09 | \u7f51\u7ad9\u5feb\u6377\u642d\u5efa | | |\n| email\uff08\u540d\u79f0\u5f85\u5b9a\uff09 | \u90ae\u4ef6\u529f\u80fd | | |\n| potencent | \u8bc6\u522b\u529f\u80fd\uff1a\u6587\u5b57\u8bc6\u522b\u3001\u8bed\u97f3\u8bc6\u522b | https://github.com/CoderWanFeng/potencent |<img src=\"https://img.shields.io/github/stars/CoderWanFeng/potencent.svg\" alt=\"github star\"/> |\n\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\n\n\n-------------------------------------------------------------------------------\n\n## \ud83c\udfd7\ufe0f\u6dfb\u7816\u52a0\u74e6\n\n\n### \ud83d\udcd0PR\u7684\u5efa\u8bae\n\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\n\n- \u5728[contributors](https://github.com/CoderWanFeng/python-office/tree/master/contributors)\u6587\u4ef6\u5939\u4e2d\uff0c\u7528\u81ea\u5df1\u7684GitHub\u540d\u5b57\u5efa\u4e00\u4e2a\u6587\u4ef6\u5939\uff1b\n- \u628a\u81ea\u5df1\u7684\u6240\u6709\u4ee3\u7801\uff0c\u90fd\u63d0\u4ea4\u5230\u8fd9\u4e2a\u81ea\u5df1\u7684\u6587\u4ef6\u5939\u91cc\uff1b\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\n- \u5bf9\u522b\u4eba\u7684\u4ee3\u7801\u6709\u7591\u95ee\uff0c\u53ef\u4ee5\u76f4\u63a5\u63d0issue\u3002\n\n\n\n### \ud83d\udc1e\u63d0\u4f9bbug\u53cd\u9988\u6216\u5efa\u8bae\n\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\n\n- [Gitee issue](https://gitee.com/CoderWanFeng/python-office/issues)\n- [Github issue](https://github.com/CoderWanFeng/python-office/issues)\n\n-------------------------------------------------------------------------------\n\n## \ud83e\ude99\u652f\u6301python-office\n\n### \ud83d\udcb3\u6350\u8d60\n\n\u5982\u679c\u4f60\u89c9\u5f97python-office\u4e0d\u9519\uff0c\u53ef\u4ee5\u6350\u8d60\u8bf7\u7ef4\u62a4\u8005\u559d\u676f\u5496\u5561~\uff0c\u5728\u6b64\u8868\u793a\u611f\u8c22^_^\u3002\n\n[\u6350\u8d60\u7ed9\u9879\u76ee](https://gitee.com/CoderWanFeng/python-office) \ud83d\udc48\u8be5\u9879\u6350\u8d60\u4ec5\u7528\u4e8e\u652f\u6301\u672c\u9879\u76ee\u53d1\u5c55\u4f7f\u7528\n\n\n-------------------------------------------------------------------------------\n\n## \u2b50Star python-office\n\n[](https://starchart.cc/CoderWanFeng/python-office)\n\n## \ud83d\udccc\u8054\u7cfb\u4f5c\u8005\n\n\n\n\n## \ud83d\udcd5\u62d3\u5c55\u8d44\u6599\n\n\n<p align=\"center\" id='30\u8bb2\u81ea\u52a8\u5316\u529e\u516c-banner'>\n <a target=\"_blank\" href='http://gk.link/a/10E3B'>\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%\"/>\n </a> \n</p>\n\n<p align=\"center\" id='100\u672c\u7535\u5b50\u4e66-banner'>\n <a target=\"_blank\" href='https://mp.weixin.qq.com/s/H3us6_7wg2QspGZfGtfDZw'>\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%\"/>\n </a> \n</p>\n\n<p align=\"center\" id='\u5b9e\u6218\u9879\u76ee-banner'>\n <a target=\"_blank\" href='http://www.python4office.cn/python-project-list/'>\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%\"/>\n </a> \n</p>\n\n<p align=\"center\" id='11\u4e2a\u8f6f\u4ef6-banner'>\n <a target=\"_blank\" href='https://mp.weixin.qq.com/s/uE1M8ESBQ3wJ_q-Cl1aNvg'>\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%\"/>\n </a> \n</p>\n\n\n<p align=\"center\" id='25\u4e2a\u5b66\u4e60\u8d44\u6e90-banner'>\n <a target=\"_blank\" href='https://mp.weixin.qq.com/s/_01V8I7rVkgvIIo7ygwwQA'>\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%\"/>\n </a> \n</p>\n",
"bugtrack_url": null,
"license": "Apache-2.0 license",
"summary": "python for office",
"version": "0.3.2",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d8ca60b7261a5eb09675564fe0ff5ad9d78bffa1e5734747cffd19180ceaf4c6",
"md5": "2ac3fe88c93f8cb7dc10b340d197fac8",
"sha256": "9b4dd78b76b330cead318d084d4717da4cc4f271ba52a87c66b510f1f9f62b5a"
},
"downloads": -1,
"filename": "python_office-0.3.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2ac3fe88c93f8cb7dc10b340d197fac8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">3.7",
"size": 69412,
"upload_time": "2023-03-22T12:52:02",
"upload_time_iso_8601": "2023-03-22T12:52:02.411509Z",
"url": "https://files.pythonhosted.org/packages/d8/ca/60b7261a5eb09675564fe0ff5ad9d78bffa1e5734747cffd19180ceaf4c6/python_office-0.3.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5dc58564f80ff6707970e35c52c7915e9023a39acd5afb8ed4272e8e6fd9bf5a",
"md5": "fd81421564b0cc0ac87be36e07d8eff7",
"sha256": "7785227d746c5971c5a1dd3c4dbb84137e0f0fd5053f7378d3b403c6d92e5b3b"
},
"downloads": -1,
"filename": "python-office-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "fd81421564b0cc0ac87be36e07d8eff7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">3.7",
"size": 60186,
"upload_time": "2023-03-22T12:52:05",
"upload_time_iso_8601": "2023-03-22T12:52:05.734444Z",
"url": "https://files.pythonhosted.org/packages/5d/c5/8564f80ff6707970e35c52c7915e9023a39acd5afb8ed4272e8e6fd9bf5a/python-office-0.3.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-22 12:52:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "CoderWanFeng",
"github_project": "python-office",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "python-office"
}