Skip to content

kndt84/doc2html-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

doc2html-converter

This script converts a word file in docx format to HTML format. It was created by ChatGPT to create the HTML file for the manuscript on this page.

https://kobayashihideo.jp/

Requirements

Python 3 installation is required.

https://www.python.org/downloads/

Setup

Install the necessary libraries using pip.

cd doc2html-converter
pip install -r requirements.txt

Usage

If you run this script in Python and specify a docx-format file as the first argument, a file with the same name with the extension html will be created in the same folder.

python3 docx2html.py document.docx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages