From 54304088a93e0de1f08817cb5b7e0231f33df9f1 Mon Sep 17 00:00:00 2001 From: CoderWanFeng <875143930@qq.com> Date: Sun, 14 May 2023 18:19:13 +0800 Subject: [PATCH 1/3] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 355e349..0c0e738 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Python-office 是一个 Python 自动化办公第三方库,能解决大部分 ![](https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office-qr.jpg) ### 🍺特点 -- 一键搭建所有 Python + 自动化办公的编程环境。 +- 一键搭建所有 Python + 自动化办公的编程环境 - 使用一行代码解决大部分自动化办公的问题,不需要小白学习 Python 知识 - 贴合职场办公需求 - 极简编程,学习成本极低,工作效率提升显著 From 94cfa12a27c912d4c1a1e2e307ddbb872a0a7579 Mon Sep 17 00:00:00 2001 From: CoderWanFeng <875143930@qq.com> Date: Sun, 14 May 2023 18:28:24 +0800 Subject: [PATCH 2/3] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c0e738..d77289e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Python-office 是一个 Python 自动化办公第三方库,能解决大部分 > 功能持续更新中,提交你的功能需求/参与项目开发,联系👉[开发者微信](https://mp.weixin.qq.com/s/FgKB-9XEG_KunLfjJbvdYw) -![](https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office-qr.jpg) +![group](https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office-qr.jpg) ### 🍺特点 - 一键搭建所有 Python + 自动化办公的编程环境 - 使用一行代码解决大部分自动化办公的问题,不需要小白学习 Python 知识 From 251ab68913e3a00c0ceba2ccaf39a1e87c8655d5 Mon Sep 17 00:00:00 2001 From: CoderWanFeng <875143930@qq.com> Date: Sun, 14 May 2023 18:55:40 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86txt2pdf=E7=9A=84?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contributors/CoderWanFeng/txt2pdf.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contributors/CoderWanFeng/txt2pdf.py diff --git a/contributors/CoderWanFeng/txt2pdf.py b/contributors/CoderWanFeng/txt2pdf.py new file mode 100644 index 0000000..216852b --- /dev/null +++ b/contributors/CoderWanFeng/txt2pdf.py @@ -0,0 +1,12 @@ +# -*- coding: UTF-8 -*- +''' +@Author :B站/抖音/微博/小红书/公众号,都叫:程序员晚枫 +@WeChat :CoderWanFeng +@Blog :www.python-office.com +@Date :2023/5/14 18:54 +@Description : +''' + + +def add(): + pass