Skip to content

yurydev1/jpython-docx

 
 

Repository files navigation

Bayoo-docx

Python library forked from bayoo-docx.

The main purpose of the fork was to extend comment functionality introduced in bayoo-docx

Installation

Use the package manager pip to install jpython-docx.

pip install jpython-docx

Usage

import docx

document = docx.Document()
for comment in document.comments:
    print(comment)

Donation

bitcoin: xxxxx

License

MIT

About

Create and modify Word documents with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.3%
  • Gherkin 6.6%
  • Makefile 0.1%