https://github.com/jmsv/word-html-to-docx
Convert HTML files to DOCX using Word
https://github.com/jmsv/word-html-to-docx
Last synced: 7 months ago
JSON representation
Convert HTML files to DOCX using Word
- Host: GitHub
- URL: https://github.com/jmsv/word-html-to-docx
- Owner: jmsv
- License: mit
- Created: 2021-02-03T16:32:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-03T16:47:51.000Z (over 5 years ago)
- Last Synced: 2024-12-29T17:33:42.255Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# word-html-to-docx
Convert HTML files to DOCX using Word
## Requirements
- Only works on Windows
- Word must be installed
- Python 3.8
## Usage
```sh
pipenv shell
pipenv install
python main.py C:\path\to\input-file.html
```
With the current version, the path must be absolute.