Git Product home page Git Product logo

word2html's Introduction

为啥要做这个软件

  • 部分编辑器排版不是很方便,但对html代码支持程度较好。

word不是直接能装html了嘛?你这个有啥不一样

  • word自带转html代码不是很好,内嵌了很多字体和颜色格式,而这些一般第三方编辑器并不支持。

  • 我这个直接就是比较简单的html代码,比如h1emp之类的简单代码,理论上支持大部分第三方html格式。

软件特色

  • 基于PyQt5打包,所以软件比较大,30多M。
  • 基于mammoth模块开发,这个提供了doc,docx转html的核心

打包方式

pyinstaller -i png.ico -F -w main.py

需要的模块

pip install PyQt5
pip install pyperclip
pip install mammoth

word2html's People

Stargazers

lkf avatar DCD avatar Tmzncty avatar soulans avatar

Watchers

Tlntin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.