Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 206 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 206 Bytes

docx_author

Change author in docx

Requirements: python-docx, parallel

Usage: docx_author 'Putin\ Huilo' file.docx

find /home/user/some_dir -type f -name "*.docx" | parallel docx_author 'Putin\ Huilo'