docx-live-reload


Namedocx-live-reload JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/idtareq/docx-live-reload
SummaryPreview a Docx file in MS Word. Modify the Docx file or the extracted document.xml or style.xml and the document will reload in MS Word and show the changes.
upload_time2023-03-12 18:04:41
maintainer
docs_urlNone
authorTareq Ibrahim
requires_python>=3.6.1
licenseMIT
keywords word reload docx preview
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # docx-live-reload

This is a command line tool that is useful for experimenting with Word documents and learning about WordprocessingML structures.

## Requirements

It works on Windows only and MS Word must be installed.

## Usage

Running: `docx-live-reload example.docx`

Will create extract the content of the document to a `test.docx__extracted` folder, making changes to `example.docx__extracted\word\document.xml` or `..styles.xml` will cause the document to reload in MS Word and show the changes.

Also making changes to `example.docx` using `python-docx` for example will also cause the document to reload in MS Word and show the changes.

After running the tool you can type `r` to manaually reload the document in MS Word and type `q` to quit.

## Installation

`pip install docx-live-reload`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/idtareq/docx-live-reload",
    "name": "docx-live-reload",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6.1",
    "maintainer_email": "",
    "keywords": "word,reload,docx,preview",
    "author": "Tareq Ibrahim",
    "author_email": "idtareq@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c0/48/f3bbe6eed1789ca97365000cd914ed66b9e8f42f6d82286ff663bab9c9ed/docx-live-reload-0.0.6.tar.gz",
    "platform": null,
    "description": "# docx-live-reload\r\n\r\nThis is a command line tool that is useful for experimenting with Word documents and learning about WordprocessingML structures.\r\n\r\n## Requirements\r\n\r\nIt works on Windows only and MS Word must be installed.\r\n\r\n## Usage\r\n\r\nRunning: `docx-live-reload example.docx`\r\n\r\nWill create extract the content of the document to a `test.docx__extracted` folder, making changes to `example.docx__extracted\\word\\document.xml` or `..styles.xml` will cause the document to reload in MS Word and show the changes.\r\n\r\nAlso making changes to `example.docx` using `python-docx` for example will also cause the document to reload in MS Word and show the changes.\r\n\r\nAfter running the tool you can type `r` to manaually reload the document in MS Word and type `q` to quit.\r\n\r\n## Installation\r\n\r\n`pip install docx-live-reload`\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Preview a Docx file in MS Word. Modify the Docx file or the extracted document.xml or style.xml and the document will reload in MS Word and show the changes.",
    "version": "0.0.6",
    "split_keywords": [
        "word",
        "reload",
        "docx",
        "preview"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de9b4169deaba20122857a40750268446e97fa7d5a98f705cd2a5de079c967be",
                "md5": "06f48c59e01f938297996197d90d44b1",
                "sha256": "e28a03235ae3ad5a4b42519ef3dd7bd966c3ad1417f234f97d39067ce693c4b9"
            },
            "downloads": -1,
            "filename": "docx_live_reload-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "06f48c59e01f938297996197d90d44b1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.1",
            "size": 4746,
            "upload_time": "2023-03-12T18:04:38",
            "upload_time_iso_8601": "2023-03-12T18:04:38.561022Z",
            "url": "https://files.pythonhosted.org/packages/de/9b/4169deaba20122857a40750268446e97fa7d5a98f705cd2a5de079c967be/docx_live_reload-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c048f3bbe6eed1789ca97365000cd914ed66b9e8f42f6d82286ff663bab9c9ed",
                "md5": "5cd55208189da668e4878a0540021896",
                "sha256": "b4f724ea370934fc14bd523728f648b33d70cdc1a1ecc976afc5b7e1f7b575d5"
            },
            "downloads": -1,
            "filename": "docx-live-reload-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "5cd55208189da668e4878a0540021896",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.1",
            "size": 4248,
            "upload_time": "2023-03-12T18:04:41",
            "upload_time_iso_8601": "2023-03-12T18:04:41.474161Z",
            "url": "https://files.pythonhosted.org/packages/c0/48/f3bbe6eed1789ca97365000cd914ed66b9e8f42f6d82286ff663bab9c9ed/docx-live-reload-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-12 18:04:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "idtareq",
    "github_project": "docx-live-reload",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "docx-live-reload"
}
        
Elapsed time: 0.04354s