In this project, we will be using the tkinter and pytube modules to build the youtube video downloader. We use the tkinter module to build GUI that can be used as an interface to take inputs like the youtube link, the location where the video needs to be downloaded, and the resolution.
And we use the pytube module to connect to the internet and download the respective video using the URL.