A fast and simple GUI tool to download full YouTube playlists as MP3s or other audio formats.
Built with PyQt5, powered by yt-dlp, styled with a modern dark theme, and supports multiprocessing for faster downloads.
- Download entire YouTube playlists as
.mp3,.wav,.m4a, or.opusfiles. - Uses multiprocessing to speed up downloads.
- Dark themed, minimalistic interface.
- Choose your download directory easily.
- Desktop notifications on completion.
- Automatically skips already downloaded videos.
- Built using PyQt5 (GUI), yt-dlp (YouTube downloader), and plyer (desktop notifications).
First, install the dependencies:
pip install -r requirements.txtor manually:
pip install yt-dlp PyQt5 plyer