An open API service indexing awesome lists of open source software.

https://github.com/ytbryan/mm

Simple wrapper around markitdown
https://github.com/ytbryan/mm

Last synced: 5 months ago
JSON representation

Simple wrapper around markitdown

Awesome Lists containing this project

README

          

![demo](images/1.gif)

# mm
Simple wrapper around markitdown and possibly more. Save time. Pronounce as mmm!

# installation

```
pip install markitdown
pip install git+https://github.com/ytbryan/mm
```

if you use uv
```
uv venv
source .venv/bin/activate
uv pip install git+https://github.com/ytbryan/mm
```

# usage

Generate `input.md`
```
mm input.docx
```

Take in multiple `*.docx` and output multiple `.md` at once

```
mm *.docx
```

## todo
- [] Add pandoc support
- [] Convert default multiple input format
- [] output multiple output format
- [] use config.yml