Metadata-Version: 2.4
Name: YT-Nebula
Version: 1.0.3
Summary: una herramienta mela para youtube
Author: fendrixx
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 🌌 YT-NEBULA

**yt-nebula** is a terminal UI (TUI) for downloading YouTube music and videos with zero friction. Built for speed, privacy, and ease of use.

## 🚀 Features
* **One-click sync:** Just search, hit enter, and nebula does the rest.
* **High-quality formats:** Choose between MP3 (Audio) and MP4 (Video).
* **Automatic Metadata:** Every download includes thumbnails and song tags (Artist, Title).

## 🛠️ Installation

### 1. Prerequisites
You **must** have `ffmpeg` installed on your system for audio conversion and video merging.

* **Fedora/RHEL:** `sudo dnf install ffmpeg`
* **Ubuntu/Debian:** `sudo apt install ffmpeg`
* **Arch Linux:** `sudo pacman -S ffmpeg`

### 2. Install Nebula
Clone the repo and install it locally:

```bash
git clone https://github.com/andrestube/yt-nebula.git
cd yt-nebula
pip install .
```

## ⚖️ License
MIT License - feel free to use and modify.
