# Bayoo-docx
Python library forked from [python-docx](https://github.com/python-openxml/python-docx/).
## Installation
Use the package manager [pip](https://pypi.org/project/bayoo-docx/) to install bayoo-docx.
`bash pip install bayoo-docx `
## Features
The main purpose of forking [python-docx](https://github.com/python-openxml/python-docx/) was to add comments and footnotes implementation - low-level support for comments & footnotes (on oxml level)
## Usage
document = docx.Document() paragraph = document.add_paragraph('text') # create new paragraph comment = paragraph.add_comment('comment',author='Obay Daba',initials= 'od') # create a comment' paragraph.add_footnote('footnote text') # add a footnote ```
## License [MIT](https://choosealicense.com/licenses/mit/)
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Create and modify Word documents with Python
License
python-openxml/python-docx
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Create and modify Word documents with Python
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published