Metadata-Version: 2.4
Name: metadidomi-downloader
Version: 0.1.1
Summary: Interface graphique moderne pour télécharger des vidéos YouTube et autres plateformes en MP3 ou MP4. Utilise yt-dlp avec une interface customtkinter élégante.
Author: Metadidomi
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: customtkinter
Requires-Dist: yt-dlp
Requires-Dist: python-vlc; platform_system == "Windows"

# Metadidomi Downloader

Simple GUI app to download audio/video using yt-dlp and ffmpeg.

Install dependencies locally for development:

```powershell
python -m pip install -r requirements.txt
```

Build and publish (local build):

```powershell
python -m pip install build
python -m build
# then twine upload dist/*
```

Usage after installation:

```powershell
metadidomi-downloader
```
