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

https://github.com/wasabina67/pdf-text-writer

Pdf text writer
https://github.com/wasabina67/pdf-text-writer

noto-sans pypdf reportlab uv

Last synced: 4 days ago
JSON representation

Pdf text writer

Awesome Lists containing this project

README

          

# pdf-text-writer
Pdf text writer

## Install dependencies

```bash
uv sync
```

## Ruff, Black

```bash
uv run ruff check .
```

```bash
uv run black .
```

## Run

```bash
uv run python main.py
```