Python library forked from bayoo-docx.
The main purpose of the fork was to extend comment functionality introduced in bayoo-docx
Use the package manager pip to install jpython-docx.
pip install jpython-docx
import docx
document = docx.Document()
for comment in document.comments:
print(comment)
bitcoin: xxxxx