A professional desktop application for batch converting Markdown files to Word (.docx), PDF, HTML, and RTF formats. Built with PySide6 and Pandoc.
pip install -r requirements.txt
python main.py
docker build -t markdown2word .
docker run --rm markdown2word
Docker is for build verification only; GUI requires a native display.
https://github.com/Phoenix0531-sudo/Markdown2Word
MIT License