← Back to Tools
M

MPP → Markdown converter

Converts Microsoft Project files (.mpp, .mpt) to Markdown with ASCII graphics.

Bash Markdown Python

Overview

This tool converts Microsoft Project files (.mpp, .mpt) into structured Markdown, including an indented task tree, an ASCII Gantt chart (configurable by day/week/month), a task table with dates and progress, and a dependencies table. It wraps Python and Java libraries (MPXJ) for reliable parsing, with an optional shell wrapper to automate dependency setup.

Tech stack

  • Bash
  • Python
  • Java
  • MPXJ
  • Markdown