Youtube Downloader

Youtube Downloader

25/10/2025

I was tired of using command line to download videos using yt-dlp. So I decided to create a simple GUI desktop app around that with python to easily download from youtube.

It has features such as batch downloading multiple videos, downloading only audio, selecting prefered resolution, selecting prefered output format (via FFmpeg).

Created the UI elements using customTkinter and built desktop executable with pyInstaller.