Metadata-Version: 2.1
Name: wordx
Version: 0.2.7
Summary: generate word documents in a sexy way
Project-URL: Homepage, https://github.com/inspirare6/wordx
Project-URL: Bug Tracker, https://github.com/inspirare6/wordx/issues
Author-email: inspirare6 <inspirare6@163.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: jinja2==3.1.2
Requires-Dist: lxml==4.9.2
Description-Content-Type: text/markdown

# WordX
Word自动化渲染库  
```python
from wordx.sheet import Sheet 


sheet = Sheet('template.docx')
sheet.render(data)
sheet.save('output.docx')
```
制作Word模板需配套使用word模板工具
![Word模板工具箱](https://storage.heinz97.top/github/wordx-tool.png)

Word文件模板示例
![Word模板示例](https://storage.heinz97.top/github/word-template.png)
