Python Desktop application to convert Word Documents to HTML - based on mammoth-python
Python Desktop application to convert Word Documents to HTML - based on mammoth-python
Install the application directly from the .exe file you can find here, then get to use it by clicking on the icon.
The application will make you choose a .docx file by clicking Upload Document
. After having uploaded the document, just click Process document
and you will get an html file output with the same name of your original Word document.
If you are a developer and you wish to contribute or modify the application, here you can find the scripts.
If you wish to get the whole repository, just make sure to clone it by:
# IF YOU HAVEN'T INITIALIZED YET git IN CURRENT DIR
git init
# CLONE
git clone https://github.com/AstraBert/Word-Doc-2-HTML
The application is represented by a simple python framework based on mammoth
.
The script was turned into an executable Desktop application (OS-independent, it should work on all operative systems) thanks to auto-py-to-exe
.
Please consider to cite the author of the app, Astra Bertelli, if you are using it for your projects.
The app is provided under BSD 2-Clause “Simplified” License.