From 712bc9b8c55c7279489bc43aa9456c996502cdd2 Mon Sep 17 00:00:00 2001 From: njg7194 Date: Sun, 1 Feb 2026 13:24:48 +0900 Subject: [PATCH] Add markitdown to File Manipulation section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd473c2b..b467fb9e 100644 --- a/README.md +++ b/README.md @@ -546,6 +546,7 @@ _Libraries for Python version and virtual environment management._ _Libraries for file manipulation._ +- [markitdown](https://github.com/microsoft/markitdown) - Python tool for converting files and office documents to Markdown. - [mimetypes](https://docs.python.org/3/library/mimetypes.html) - (Python standard library) Map filenames to MIME types. - [path.py](https://github.com/jaraco/path.py) - A module wrapper for [os.path](https://docs.python.org/3/library/os.path.html). - [pathlib](https://docs.python.org/3/library/pathlib.html) - (Python standard library) An cross-platform, object-oriented path library.