Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astrabert/word-doc-2-html
Python Desktop application to convert Word Documents to HTML - based on mammoth-python
https://github.com/astrabert/word-doc-2-html
automation beginner-friendly desktop-app end-user-app frontend html python-app website-development word-to-html
Last synced: about 1 month ago
JSON representation
Python Desktop application to convert Word Documents to HTML - based on mammoth-python
- Host: GitHub
- URL: https://github.com/astrabert/word-doc-2-html
- Owner: AstraBert
- License: bsd-2-clause
- Created: 2024-03-06T10:23:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T18:44:04.000Z (11 months ago)
- Last Synced: 2024-12-25T20:12:36.741Z (about 2 months ago)
- Topics: automation, beginner-friendly, desktop-app, end-user-app, frontend, html, python-app, website-development, word-to-html
- Language: Python
- Homepage: https://astrabert.github.io/Word-Doc-2-HTML/
- Size: 8.41 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Word-Doc-2-HTML
Python Desktop application to convert Word Documents to HTML - based on mammoth-python## Quickstart
Install the application directly from the .exe file you can find [here](application/Word-Doc-2-HTML.0.0.0.exe), 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.
## Developers' section
### Wish to custom?
If you are a developer and you wish to contribute or modify the application, [here](scripts/) you can find the scripts.If you wish to get the whole repository, just make sure to clone it by:
```bash
# IF YOU HAVEN'T INITIALIZED YET git IN CURRENT DIR
git init
# CLONE
git clone https://github.com/AstraBert/Word-Doc-2-HTML
```
### How was the app developed?
The application is represented by a simple python framework based on [`mammoth`](https://github.com/mwilliamson/python-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`](https://github.com/brentvollebregt/auto-py-to-exe).
### Changelog
- **Latest release**:
0.0.0: base application with all the features descripted above (03/06/2024)
- **Other releases**:
None### References
- [`mammoth`](https://github.com/mwilliamson/python-mammoth)
- [`auto-py-to-exe`](https://github.com/brentvollebregt/auto-py-to-exe)### Author and license
Please consider to cite the author of the app, [Astra Bertelli](https://github.com/AstraBert), if you are using it for your projects.The app is provided under [BSD 2-Clause "Simplified" License](LICENSE).