Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)