Markdown2Word

Batch Markdown to Word converter with Apple-style PySide6 GUI. ![Python](https://img.shields.io/badge/Python-3.8%2B-blue) ![PySide6](https://img.shields.io/badge/PySide-6.4%2B-green) ![License](https://img.shields.io/badge/License-MIT-yellow.svg)

Overview

A professional desktop application for batch converting Markdown files to Word (.docx), PDF, HTML, and RTF formats. Built with PySide6 and Pandoc.

Requirements

Quick Start

pip install -r requirements.txt
python main.py

Docker

docker build -t markdown2word .
docker run --rm markdown2word

Docker is for build verification only; GUI requires a native display.

Repository

https://github.com/Phoenix0531-sudo/Markdown2Word

License

MIT License