This simple Python program allows users to download YouTube videos. Users can enter a YouTube video URL, choose resolution from the options, and determine where to save the video
The following Python libraries and modules were used in this project:
- pytube: A library used to download YouTube videos.
- tkinter: A module used to create a graphical user interface (GUI).
- os: A module used for operating system operations.
- urllib.parse: A module used for URL analysis and parsing.
- time: A module is used to perform time-related operations.
- Run this program.
- Enter the YouTube video URL in the "enter youtube url" field.
- Specify the file path where you will save the video in the "enter the file path" field.
- Select the video resolution from the "resolution" option (for example, 720p or 360p).
- Start the download process by clicking the "Download" button.
This project is licensed under the MIT License. Refer to [LICENSE] for more information.