Metadata-Version: 2.4
Name: slideslurper
Version: 2.0.0
Summary: slurp slides from lecture videos
Project-URL: repository, https://github.com/vkorelsky/slideSlurper
Author-email: Victor Korelsky <VKorelsky@users.noreply.github.com>
License-Expression: MIT
Keywords: capture,lectures,video
Requires-Python: >=3.13
Requires-Dist: fpdf>=1.7.2
Requires-Dist: numpy>=2.3.0
Requires-Dist: opencv-python>=4.11.0.86
Requires-Dist: tqdm>=4.67.1
Description-Content-Type: text/markdown

# Slide Slurper

<img src="https://3.bp.blogspot.com/-HpALEpUJ15E/VPN6m4oD5lI/AAAAAAAAOLE/GFmlj4TWE6w/s1600/slurp-through-a-straw.jpg" width="200">

Pass a video of lecture slides to the slurper and it will give you a pdf of the slides used

## Installation

```
$ pipx install slideSlurper
```

or clone the repository, [install uv](https://docs.astral.sh/uv/getting-started/installation/) and

```
$ uv venv
$ uv sync
$ uv run slurp video_file_path output_pdf_name
```

## Usage

```
$ slurp video_file_path output_pdf_name
```

## Notes

- works best with mp4 video files
