Metadata-Version: 2.1
Name: pptitles
Version: 1.0.4
Summary: Extract the slide number and title from all slides in a PowerPoint presentation.
Home-page: https://github.com/phx/pptitles
Author: phx
Author-email: phx@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pptitles

Extract the slide number and title from all slides in a PowerPoint presentation.

## Installation

```
git clone https://github.com/phx/pptitles
cd pptitles
python3 -m pip install -r requirements.txt
sudo mv pptitles /usr/local/bin/
```

## Usage:

`pptitles "/path/to/presentation.pptx"`
