Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rpakishore/convert2md

Convert documents to Markdown. Specifically to use with LLM applications
https://github.com/rpakishore/convert2md

Last synced: about 2 months ago
JSON representation

Convert documents to Markdown. Specifically to use with LLM applications

Awesome Lists containing this project

README

        


convert2md



Convert documents to markdown




![GitHub commit activity](https://img.shields.io/github/commit-activity/m/rpakishore/convert2md)
![GitHub last commit](https://img.shields.io/github/last-commit/rpakishore/convert2md)

Table of Contents

- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [License](#license)
- [Contact](#contact)

## Prerequisites

Python 3.12

## Usage

Installation

```bash
pip install uv
uv venv --python 3.12.7
uv pip install convert2md@git+https://github.com/rpakishore/convert2md
```

Python Usage

```python
from convert2md import Convert
```

or alternatively in cmd

```bash
uv run cli --help
```

## License

See [LICENSE](/LICENSE) for more information.

## Contact

Arun Kishore - [@rpakishore](mailto:[email protected])

Project Link: [https://github.com/rpakishore/convert2md](https://github.com/rpakishore/convert2md)