Hello everyone 👋
As my very first coding project on this site, I’m happy to share YouTube Downloader Pro, a simple program I built using Python and Tkinter.
With this program, you can:
- Download YouTube videos in different formats (MP4, AVI, MKV).
- Extract audio only (MP3).
- Add multiple links to a queue and download them one by one.
- Track the download process with a progress bar.
⚙️ What You Need to Run It on Another Computer
If you want to run this program on a different computer (without Python installed), here’s what you’ll need:
- The .exe file (compiled with PyInstaller).
- yt-dlp.exe – included inside or in the same folder.
- ffmpeg.exe and ffprobe.exe – these are required for merging video and audio.
- Easiest way: put them in the same folder as the program.
- Windows 10/11 (64-bit recommended).
👉 No need to install Python if you use the .exe
version.
👉 If you want to run the .py
source code instead, you’ll need:
- Python 3.10+
pip install yt-dlp
pip install tkinter
(already included in Python standard on Windows).
✨ This project is just the beginning. Many more tools and 3D models are on the way!
📥 Download Python
To run the program from source code, you’ll need Python installed on your computer.
👉 Official Python download page
📩 Feedback
Please send me your suggestions for updates or improvements via email: romanscan@gmail.com
With love,
Rüzgar & Meltem 💞
Herkese merhaba 👋
Bu sitedeki ilk kodlama projem olarak sizlerle YouTube Downloader Pro adlı programımı paylaşıyorum.
Bu programı Python ve Tkinter kullanarak geliştirdim.
Program ile şunları yapabilirsiniz:
- YouTube videolarını farklı formatlarda indirin (MP4, AVI, MKV).
- Sadece sesi MP3 olarak kaydedin.
- Birden fazla linki kuyruğa ekleyip sırayla indirin.
- İndirme sürecini progress bar ile takip edin.
⚙️ Başka Bir Bilgisayarda Çalıştırmak İçin Gerekenler
Bu programı başka bir bilgisayarda çalıştırmak isterseniz şunlara ihtiyacınız olacak:
- .exe dosyası (PyInstaller ile derlenmiş).
- yt-dlp.exe – programın içinde ya da aynı klasörde bulunmalı.
- ffmpeg.exe ve ffprobe.exe – video ve sesi birleştirmek için gerekli.
- En kolay yöntem: bunları programın bulunduğu klasöre koymak.
- Windows 10/11 (64-bit önerilir).
👉 .exe
versiyonunu kullanıyorsanız Python kurmanıza gerek yok.
👉 Ama .py
kaynak kodunu çalıştırmak isterseniz:
- Python 3.10+
pip install yt-dlp
tkinter
(Windows’ta Python ile birlikte geliyor).
✨ Bu proje sadece başlangıç. Çok yakında daha fazla araç ve 3D model burada olacak!
📥 Python İndir
Programı kaynak kod olarak çalıştırmak için bilgisayarınıza Python kurmanız gerekir.
👉 Python resmi indirme sayfası
📩 Geri Bildirim
İstediğiniz güncellemeleri veya önerilerinizi bana mail atabilirsiniz: romanscan@gmail.com
Sevgiyle,
Rüzgar & Meltem 💞
🔹 Özet
İlk kodlama projem: YouTube Downloader Pro 🎥 Videoları indir, ses çıkar, kuyrukta yönet ve kolayca kullan!


Bir yanıt yazın