Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP committed Oct 24, 2020
1 parent 93ade9e commit eae4f8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ FastDocx是一个自动化模块 帮助你快速依据模板生成word文档
`pip install fastdocx -i https://pypi.org/simple`
## 示例

一行代码开启GUI界面
一行代码开启GUI界面,点击开始一键生成

```py
import fastdocx

fastdocx.ui()
```

![](https://s1.ax1x.com/2020/10/24/BZDFVe.png)
或者运行下面这段代码,目录下会自动生成word

```py
Expand Down

0 comments on commit eae4f8b

Please sign in to comment.