Metadata-Version: 2.1
Name: pyadvdocx
Version: 0.0.3
Summary: An open source project inspired from python-docx .
Home-page: https://github.com/SerbanTudor04/PyAdvDocx/
Author: SerbanTudor04
Author-email: SerbanTudor04 <tudor.gabriel.serban@gmail.com>
License: MIT License
        
        Copyright (c) 2022 Serban Tudor Gabriel
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/SerbanTudor04/PyAdvDocx/
Keywords: docx,msoffice,advance
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# PyAdvDocx
An open source project inspired from python-docx in which more functionalities are added like advance replace and many more.


[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)  [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![PyPI version](https://img.shields.io/pypi/v/pyadvdocx)](https://pypi.python.org/pypi/pyadvdocx/) 




## Supported OS

[![Linux](https://svgshare.com/i/Zhy.svg)](https://svgshare.com/i/Zhy.svg) [![Windows](https://svgshare.com/i/ZhY.svg)](https://svgshare.com/i/ZhY.svg)

## Installing 

```bash 
pip3 install pyadvdocx
```

## Use cases:
```python
from pyadvdocx import text,Document

doc=Document("Example.docx")
text.replace(doc,$name="John Doe")
doc.save("Master work.docx")
```

## License
Project license -  [MIT](./LICENSE)

## Contributing
Anyone is free to contribute and pull request/fork this project.

## Testing:
```bash
cd ./test
pip3 install pyadvdocx
python3 test_text.py
# Look in data dir for *_done.docx files
```


## Changelog:
[View changelog](./CHANGELOG.md)
