Metadata-Version: 2.1
Name: ReadDocx
Version: 0.0.1
Summary: ReadDocx ——直接提取Word文档（不包含样式信息）
Home-page: https://github.com/CHUA-X/ReadDocx
Author: CHUA某人
Author-email: CHUA某人 <chua-x@outlook.com>
Project-URL: Homepage, https://github.com/CHUA-X/ReadDocx
Project-URL: Bug Tracker, https://github.com/CHUA-X/ReadDocx/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

﻿# English introduction
ReadDocx --Extract Word documents directly (without style information)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

# 中文介绍
ReadDocx ——直接提取Word文档（不包含样式信息）

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

# 用法
> `import readdocx`
> 
> `text = readdocx.getText('文件名')`
> 
> `print(text)`

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
# bug反馈
### 如您在使用中发现任何问题，请访问作者[GitHub](https://github.com/CHUA-X/ReadDocx/issues "作者的GitHub")留言反馈，谢谢！
