GUI YouTube Downloader
AS Video Downloader is a modern GUI-based tool to download YouTube videos and audio (MP3)
with resolution options and a dark, minimal interface — built using tkinter
and yt_dlp
.
- ✅ Download videos in 1080p, 720p, 480p, 360p
- 🎵 Extract MP3 audio
- 📁 Choose download folder
- 📊 Live progress bar with ETA
- 🎨 Clean dark-themed GUI
- 📦 One-click
.exe
packaging withpyinstaller
pip install -r requirements.txt
python main.py
(Optional: for Windows users)
pyinstaller --noconfirm --onefile --windowed main.py
The executable will be in the dist/
folder.
MIT License © 2025 Ahmed M Shaikh