A desktop application that allows users to download videos and audios from YouTube.
The project depends on the following packages:
The application provides the following features:
- Download video: Downloads the highest resolution video of the YouTube video.
- Download audio: Downloads the audio of the YouTube video.
- Clear: Clears the URL input field.
- Exit: Closes the application.
- Clone the repository to your local machine.
- Install the required dependencies by running the following command:
pip install pytube
pip install tkinter
- Enter the URL of the YouTube video in the URL input field.
- Click the "Download Video" button to download the highest resolution video.
- Click the "Download Audio" button to download the audio of the video.
- Click the "Clear" button to clear the URL input field.
- Click the "Exit" button to close the application.
Find the source code on GitHub: https://github.com/kaustubhkx/youtube-video-downloader