A simple YouTube video/audio downloader for Linux, built with Python and CustomTkinter.
- Download YouTube videos as MP3 (audio) or MP4 (video)
- Quality selector: Best / 720p / 480p
- Real-time download progress bar
- Dark theme UI
- Saves to
~/Downloadsautomatically
- Python 3.10+
- ffmpeg (
sudo apt install ffmpeg)
git clone https://github.com/thenullastris/YT-Converter.git
cd YT-Converter
chmod +x run.sh
./run.shchmod +x build-appimage.sh
./build-appimage.shGrab the latest binary from Releases.