# docx2html-1 **Repository Path**: checkp2p/docx2html-1 ## Basic Information - **Project Name**: docx2html-1 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-19 - **Last Updated**: 2024-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### quick start **setp 1** install project dependencies ``` pip install -r requirements.txt ``` **setp 2** * copy `body_xml.py` from `./bank/body_xml.py` to `python_home/Lib/site-packages/mammoth/docx/body_xml.py` * copy `omml.py` from `./bank/omml.py` to `python_home/Lib/site-packages/dwml/omml.py` **setp 3** >>> copy [filename].docx to `./data/docx` **setp 4** ``` $ cd ./src $ python parse_html.py test.docx test.html ``` **打包成.exe安装pyinstaller** ``` $ pyinstaller -F -w -i manage.ico ./src/parse_html.py ``` **或者安装打包工具目录下的cfreeze然后执行** ``` $ cfreeze ./src/parse_html.py ```