Metadata-Version: 2.4
Name: qify-downloader
Version: 1.3.3
Summary: A modern Windows GUI media downloader built with Python, CustomTkinter, and yt-dlp.
Author: Deep Mistry
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/deep-mistry10/QIFY-Downloader
Project-URL: Repository, https://github.com/deep-mistry10/QIFY-Downloader
Project-URL: Issues, https://github.com/deep-mistry10/QIFY-Downloader/issues
Project-URL: Releases, https://github.com/deep-mistry10/QIFY-Downloader/releases
Keywords: youtube,downloader,yt-dlp,youtube-downloader,video-downloader,audio-downloader,mp3,mp4,customtkinter,gui,windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Microsoft :: Windows
Classifier: Environment :: Win32 (MS Windows)
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: yt-dlp>=2026.7.4
Requires-Dist: customtkinter>=6.0.0

# QIFY Downloader

A modern Windows GUI media downloader built with Python, CustomTkinter and yt-dlp.

## Features

- Modern GUI
- MP3 & MP4 downloads
- Bundled FFmpeg
- Queue support
- Open Source (GPL-3.0)

## Install (PyPI)

```bash
py -m pip install qify-downloader
qify-downloader
```

## Build

```bash
python -m build
```

## License

GPL-3.0
