Metadata-Version: 2.4
Name: metadidomi-downloader
Version: 0.1.0
Summary: Simple GUI tool to download audio/video using yt-dlp
Author: Metadidomi
License: MIT
Project-URL: Home, https://example.org/
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
```
