Skip to content

frank1010111/docx-comments

Repository files navigation

docx-comments

License Python version

Code-cov Code style: black Pre-commit

Extract comments from Word files. This is mostly meant as a script to put comments in a text file.

To install, use one of these commands

acceptable:

pip install git+https://github.com/frank1010111/docx-comments.git

better:

pipx install git+https://github.com/frank1010111/docx-comments.git

best:

uv tool install git+https://github.com/frank1010111/docx-comments.git

Then, to run

dump_comments <input_file.docx> <output_file.txt>

This was inspired by a mildly entertaining personal story and khjughes's answer to someone with a similar issue on StackOverflow.