# docx2md
Convert _simple_ `.docx` files to markdown.
## Usage: Python
```
import docx2markdown
# .docx -> .md
docx2markdown.docx_to_markdown("test-text.docx", "test-text-1.md")
# .md -> .docx
docx2markdown.markdown_to_docx("test-text-1.md", "test-text-2.docx")
```
## Usage: Terminal
```
docx2markdown test-text.docx test-text.md
```
OR:
```
docx2markdown test-text.md test-text.docx
```
## Installation
```
pip install docx2markdown
```
## Contributing
Feedback and contributions are welcome! Just open an issue and let's discuss before you send a pull request.
## Acknowledgements
We acknowledge the financial support by the Federal Ministry of Education and Research of Germany and by Sächsische Staatsministerium für Wissenschaft, Kultur und Tourismus in the programme Center of Excellence for AI-research „Center for Scalable Data Analytics and Artificial Intelligence Dresden/Leipzig", project identification number: ScaDS.AI
Raw data
{
"_id": null,
"home_page": "https://github.com/haesleinhuepf/docx2markdown",
"name": "docx2markdown",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Robert Haase",
"author_email": "robert.haase@uni-leipzig.de",
"download_url": "https://files.pythonhosted.org/packages/06/be/692425e45455b1bbff7ad0b9fa2fab31ac3f9da13f210ded06c0c99158f5/docx2markdown-0.1.1.tar.gz",
"platform": null,
"description": "# docx2md\r\n\r\nConvert _simple_ `.docx` files to markdown.\r\n\r\n## Usage: Python\r\n\r\n```\r\nimport docx2markdown \r\n\r\n# .docx -> .md\r\ndocx2markdown.docx_to_markdown(\"test-text.docx\", \"test-text-1.md\")\r\n\r\n# .md -> .docx\r\ndocx2markdown.markdown_to_docx(\"test-text-1.md\", \"test-text-2.docx\")\r\n```\r\n\r\n## Usage: Terminal\r\n\r\n```\r\ndocx2markdown test-text.docx test-text.md\r\n```\r\nOR:\r\n```\r\ndocx2markdown test-text.md test-text.docx\r\n```\r\n\r\n\r\n## Installation\r\n\r\n```\r\npip install docx2markdown\r\n```\r\n\r\n## Contributing\r\n\r\nFeedback and contributions are welcome! Just open an issue and let's discuss before you send a pull request. \r\n\r\n## Acknowledgements\r\n\r\nWe acknowledge the financial support by the Federal Ministry of Education and Research of Germany and by S\u00e4chsische Staatsministerium f\u00fcr Wissenschaft, Kultur und Tourismus in the programme Center of Excellence for AI-research \u201eCenter for Scalable Data Analytics and Artificial Intelligence Dresden/Leipzig\", project identification number: ScaDS.AI\r\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "Convert simple .docx files to markdown",
"version": "0.1.1",
"project_urls": {
"Bug Tracker": "https://github.com/haesleinhuepf/docx2markdown/issues",
"Documentation": "https://github.com/haesleinhuepf/docx2markdown#README.md",
"Homepage": "https://github.com/haesleinhuepf/docx2markdown",
"Source Code": "https://github.com/haesleinhuepf/docx2markdown",
"User Support": "https://github.com/haesleinhuepf/docx2markdown/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d2f5970f7c2f64331891ff8b8c1863a793779e4fc784dbd210e8ae3712bcfd0e",
"md5": "e48b4b010262130804fe060543184901",
"sha256": "a97d413e6a225d4a0932cc8660b92f10f5de28f0436bc18ee12ef3961cd4b2b1"
},
"downloads": -1,
"filename": "docx2markdown-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e48b4b010262130804fe060543184901",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 8393,
"upload_time": "2024-11-23T21:11:43",
"upload_time_iso_8601": "2024-11-23T21:11:43.452186Z",
"url": "https://files.pythonhosted.org/packages/d2/f5/970f7c2f64331891ff8b8c1863a793779e4fc784dbd210e8ae3712bcfd0e/docx2markdown-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "06be692425e45455b1bbff7ad0b9fa2fab31ac3f9da13f210ded06c0c99158f5",
"md5": "4ea6ba3bf65e2f0b15628170ba542b3c",
"sha256": "177e7ca0c998139b9afb9ffbe9a3be05a27d60664ac602b38de643e7b343593d"
},
"downloads": -1,
"filename": "docx2markdown-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "4ea6ba3bf65e2f0b15628170ba542b3c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 8256,
"upload_time": "2024-11-23T21:11:45",
"upload_time_iso_8601": "2024-11-23T21:11:45.015691Z",
"url": "https://files.pythonhosted.org/packages/06/be/692425e45455b1bbff7ad0b9fa2fab31ac3f9da13f210ded06c0c99158f5/docx2markdown-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-23 21:11:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "haesleinhuepf",
"github_project": "docx2markdown",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "python-docx",
"specs": []
},
{
"name": "lxml",
"specs": []
}
],
"lcname": "docx2markdown"
}