Application to directly download Youtube Video (mp4) and Audio (mp3) using Tkinter
In this, we designed an Application to directly download Youtube Video (to .mp4) and Audio (to .mp3) using their youtube url.
Tkinter (Python interface to the Tk GUI toolkit)
pip install python-tk
OR pip install python3-tk
Youtube-dl (Open-source download manager)
pip install youtube_dl
ffmpeg, ffprobe & ffplay (Handling video/audio) - Download here