GitHub - yurydev1/jpython-docx: Create and modify Word documents with Python

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

License

View license

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Languages

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