phantom-kali / YTDownloader

for downloading video and audio from youtube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YouTube Downloader

A simple YouTube downloader GUI application using Tkinter and Pytube.

Overview

This YouTube downloader is a graphical user interface (GUI) application built with Tkinter and Pytube. It allows users to easily download both video and audio content from YouTube by providing the video URL.

Features

  • Download high-resolution videos.
  • Download audio-only content in MP3 format.
  • User-friendly GUI.

Getting Started

Prerequisites

Make sure you have the following installed on your system:

  • Python (3.6 or higher)

Installation

  1. Clone the repository:

    git clone https://github.com/phantom-kali/YTDownloader.git
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

 python youtube_downloader.py

Screenshot

Interface

About

for downloading video and audio from youtube

License:Apache License 2.0


Languages

Language:Python 100.0%