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
- Host: GitHub
- URL: https://github.com/ytbryan/mm
- Owner: ytbryan
- Created: 2024-12-21T00:26:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T04:35:08.000Z (over 1 year ago)
- Last Synced: 2024-12-27T05:18:21.942Z (over 1 year ago)
- Language: Python
- Size: 646 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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