Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmdbalkhi/docx_read.py
read docx file with python in command line
https://github.com/mmdbalkhi/docx_read.py
docx python
Last synced: 9 days ago
JSON representation
read docx file with python in command line
- Host: GitHub
- URL: https://github.com/mmdbalkhi/docx_read.py
- Owner: mmdbalkhi
- License: gpl-3.0
- Created: 2021-04-22T10:00:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T10:04:29.000Z (over 3 years ago)
- Last Synced: 2024-10-11T21:37:29.176Z (2 months ago)
- Topics: docx, python
- Language: Python
- Homepage: https://komeilparseh.github.io/blog/2021/May/01/Read%20docx%20file%20with%20python%20in%20command%20line//
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Read docx file with python in command line
## prerequisites:
- [python3](http://python.org/) [install](https://www.python.org/downloads/)
- [python click](https://click.palletsprojects.com/) install : `pip3 install click`
- [python docx](https://python-docx.readthedocs.io/en/latest/) install : `pip3 install python-docx`## Usage:
- `python docx_read.py path/to/file`
![test.png](https://user-images.githubusercontent.com/65954744/115694573-3c6a4d00-a376-11eb-831c-15e668b36662.png)