Markdown 转 Word 文档转换器
This skill provides a complete Python application for converting Markdown content to Word documents with a user-friendly GUI.
Overview
The skill includes:
- A Python script (
md_to_word_v2.py) with Tkinter-based GUI
- A pre-built executable (
Markdown转Word工具.exe) for Windows users
- Supports all common Markdown syntax
Features
- Text Input: Large text editor for pasting Markdown content
- Custom Output: Select save directory and customize filename
- Direct Open: Button to open converted Word document immediately
- Format Support:
- Headings (# H1 - ###### H6)
- Bold and italic text
- Bullet and numbered lists
- Code blocks with monospace font
- Blockquotes
- Horizontal rules
Usage
For End Users (Executable)
- Run
Markdown转Word工具.exe
- Paste Markdown text in the text editor
- Set save directory and filename
- Click "开始转换" to convert
- Use "打开文档" to open the converted file
For Developers (Python Script)
python md_to_word_v2.py
Required dependencies:
pip install python-docx
Files
| File | Description |
|------|-------------|
| md_to_word_v2.py | Python source code |
| Markdown转Word工具.exe | Windows executable |
| assets/icon.ico | Application icon (optional) |
Pricing
Usage Fee: ¥0.001 per use
This fee applies when using the pre-built executable application.