A YouTube Video Downloader made with Tkinter & Pytube
As implied, this is a simple application to download videos from YouTube. It takes the video link and the resolution from the user and downloads the video in the user given directory.
- Pytube3
- Tkinter
The Graphical User Interface has been created using Tkinter, while Pytube is used for downloading videos.
The app consists of two windows. The first window (shown below), consists of the App Title and asks for the video URL.
Once the URL is entered and the "Enter" button is clicked, the second window opens (shown below).
The second window displays the video title and provides a dropbox to select from the available video resolutions. Moreover, it contains an entry-box for entering the directory address in which the video is to be saved. After specifying the resolution and directory address, the "Download Video" button is clicked. In a short period, the video is downloaded.