Skip to content

muhammedahmetsekerci/Youtube-Video-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Youtube Video Downloader

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

Libraries and Modules Used

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.

How to use

  1. Run this program.
  2. Enter the YouTube video URL in the "enter youtube url" field.
  3. Specify the file path where you will save the video in the "enter the file path" field.
  4. Select the video resolution from the "resolution" option (for example, 720p or 360p).
  5. Start the download process by clicking the "Download" button.

Licence

This project is licensed under the MIT License. Refer to [LICENSE] for more information.