Metadata-Version: 2.2
Name: pptx-editor
Version: 0.1.1
Summary: A Python library for navigating PowerPoint slides and adding a red dot
Home-page: https://github.com/yourusername/pptx_editor
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: python-pptx
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# pptx-editor

📌 **pptx-editor** is a Python library for modifying PowerPoint slides, allowing users to:
- **Navigate between slides** (next, previous, jump to a specific slide).
- **Add a red dot** to highlight areas in a presentation.

---

## 🚀 Features

✅ Change slides (Next, Previous, Jump to Specific Slide)  
✅ Add a **red dot** anywhere on a slide  
✅ Save modified presentations  

---

## 🚀 Installation

1. Copy the entire pptx_editor folder to your new project.
2. Navigate to the root directory where setup.py is located. 
3. Install it using

```sh
pip install -e 
```

---

## 📖 Usage

### **1️⃣ Import the Library**
```python
from pptx_editor.editor import PPTXEditor
```
