Metadata-Version: 2.4
Name: tiktok-interior-photos
Version: 0.2.0
Summary: Interior stock photos for TikTok content generation (Pexels free license)
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# tiktok-interior-photos

Interior stock photos for TikTok content generation pipeline.

## Installation

```bash
pip install tiktok-interior-photos
```

## Usage

```python
from interior_photos import get_all_photos, get_random_photo, get_random_photos

# Get all photo paths
photos = get_all_photos()

# Get a single random photo
photo = get_random_photo()

# Get N random photos
photos = get_random_photos(n=6)
```

## License

MIT - Photos sourced from Pexels (free license).
