Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add txt2pdf #101

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ 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 + 自动化办公的编程环境
- 使用一行代码解决大部分自动化办公的问题,不需要小白学习 Python 知识
- 贴合职场办公需求
- 极简编程,学习成本极低,工作效率提升显著
Expand Down
12 changes: 12 additions & 0 deletions contributors/CoderWanFeng/txt2pdf.py
Original file line number Diff line number Diff line change
@@ -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