Metadata-Version: 2.3
Name: YouTubeWrapped
Version: 1.5
Summary: Analyze your YouTube watch history and get your Youtube Wrapped for the year!
Project-URL: Homepage, https://github.com/haziq-exe/YouTubeWrapped
Author-email: Haziq <haziqmk123@gmail.com>
Keywords: Youtube Wrapped,data-analysis,playwright,wrapped,youtube
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: beautifulsoup4>=4.0.0
Requires-Dist: pandas>=1.0.0
Requires-Dist: pillow>=8.0.0
Requires-Dist: playwright>=1.0.0
Requires-Dist: requests>=2.0.0
Description-Content-Type: text/markdown

# 🎁 YouTubeWrapped 🎁

**YouTubeWrapped** is a Python library that creates a personalized yearly recap of your YouTube watch history—just like Spotify Wrapped, but for YouTube!

## Setup and Usage 🛠️

### 1. Install YouTubeWrapped

To install **YouTubeWrapped**, run the following command in your terminal:

```bash
pip install YouTubeWrapped
```

This will install the library and all its dependencies.

### 2. Import and Use `getWrapped`

Once installed, you can easily retrieve your **YouTube Wrapped** data with the `getWrapped` function.

In your Python script, import the `getWrapped` function:

```python
from YouTubeWrapped import getWrapped
```

### 3. Get Your YouTube Wrapped Data

To retrieve your **YouTube Wrapped**, simply call the `getWrapped` function and include any account name you wish

```python
getWrapped("accountname")
```

### 4. Log In to Your YouTube Account

You will be prompted to log in to your YouTube account. Once logged in, the tool will automatically retrieve your **YouTube Wrapped** data and give you a wrapped image with your data.


## Work in Progress

**YouTubeWrapped** is still a work in progress, and more features are currently in development.
