Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.12 KB

Youtube Downloader:

This Python script utilizes the Tkinter library for building a simple graphical user interface (GUI) application that enables users to download YouTube videos. It leverages the Pytube library to handle the video downloading functionality.

Features:

  • User-friendly GUI interface for easy interaction.
  • Supports downloading YouTube videos by pasting the video URL.
  • Utilizes Pytube to fetch and download the selected video.

Instructions:

  1. Run the script.
  2. Paste the YouTube video link in the designated field.
  3. Click the "DOWNLOAD" button to initiate the download process.
  4. Once the download is complete, the status will be displayed as "DOWNLOADED".

Requirements:

  • Python 3.x
  • Tkinter library
  • Pytube library

How to Use:

  1. Clone the repository or download the script.
  2. Install the required libraries using pip (pip install tkinter pytube).
  3. Run the script (python youtube_downloader.py).
  4. Follow the on-screen instructions to download YouTube videos seamlessly.

Enjoy downloading your favorite YouTube videos effortlessly with this simple yet effective YouTube video downloader!