/yt-dlp-gui

A simple Python-based YouTube video downloader with a GUI built using tkinter.

Primary LanguagePython

YouTube Video Downloader

A simple YouTube video downloader built using Python and tkinter for a graphical user interface.

Features

  • Download YouTube videos by URL
  • Choose the folder to save the downloaded video
  • Real-time download progress display
  • Simple and intuitive GUI

Requirements

To run this project, you need to install the following dependencies:

  • Python 3.x
  • yt-dlp (for downloading videos)
  • tkinter (for the GUI)

You can install yt-dlp using pip:

pip install yt-dlp

How to Use

  1. Clone this repository:
    git clone https://github.com/bokem29/yt-dlp-gui.git
  2. Install the required dependencies.
  3. Run the Python script:
    python main.py
  4. Enter the YouTube video URL and select the folder to save the downloaded video.

License

This project is licensed under the MIT License. See the LICENSE file for more information.