Exe Download: https://github.com/Kavex/Youtube-Playlist-Downloader/releases
A simple graphical tool for downloading YouTube playlists using yt-dlp and Tkinter. This script allows users to select a download folder, choose the desired video resolution, and monitor the download progress in real-time.
- Playlist Download: Download entire YouTube playlists.
- Multiple Resolutions: Choose from common YouTube resolutions (e.g., 2160p, 1080p, 720p, etc.).
- Graphical User Interface: Built using Tkinter for ease of use.
- Real-time Logging: Displays download progress and messages in a console window.
- Threaded Downloads: Uses threading to keep the GUI responsive during downloads.
- Python 3.x
- yt-dlp
- Tkinter (usually included with Python)
Install the required Python packages using pip:
pip install yt-dlp tk
Upgrade yt-dlp:
pip install --upgrade yt-dlp