# interview **Repository Path**: sailwon/interview ## Basic Information - **Project Name**: interview - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-23 - **Last Updated**: 2026-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README docx 转 md 工具 依赖安装: pip install mammoth markdownify 常用命令: python docx转md.py python docx转md.py 黄庭轩简历.docx python docx转md.py 黄庭轩简历.docx -o 黄庭轩简历.md python docx转md.py --output-dir md 说明: - 不传文件名时,会转换当前目录下所有 .docx 文件。 - 默认输出到同名 .md 文件。 - --output-dir 适合批量转换到指定目录。 - -o/--output 只适合单个 docx 文件。