Metadata-Version: 2.1
Name: youtube_thumbnail_extractor
Version: 0.1.3
Summary: A Python library to extract thumbnails from YouTube videos without downloading and at required.
Home-page: https://github.com/Quaxguy/youtube-thumbnail-extractor
Author: Siddharth Lalwani
Author-email: connectwithsid95@gmail.com
License: MIT
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
License-File: LICENSE
Requires-Dist: yt-dlp
Requires-Dist: moviepy
Requires-Dist: Pillow

# **YouTube Thumbnail Extractor**

A Python library to extract thumbnails from YouTube videos without downloading the entire video. Lightweight, efficient, and easy to use.

---

## **Features**

- Extract thumbnails from YouTube videos at specific timestamps.
- No need to download the full video.
- Saves thumbnails as PNG images in your desired directory.
- Handles videos of varying durations gracefully.

---

## **Installation**

Install the library via pip:

```bash
pip install youtube-thumbnail-extractor


## **Usage Example**

For a practical example of how to use this library, refer to the [example.py](example.py) file. This script demonstrates how to extract thumbnails from a YouTube video using the library.
