Skip to content

Dev7083/Youtube-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Downloader

Simple & modern YouTube Downloader to download videos, playlists, subtitles and search queries.

Features

  • 🔗 Download Videos by URL.
  • 🔗 Download **Entire Playlist**.
  • 🔉 Download audio only
  • 🔖 Selectable qualities.
  • 📂 Change the download path.
  • 🌄 Simple & modern GUI.
  • ⚙️ Auto Pastes Link from clipboard.
  • 📂 Show Download location Button.

Screenshots

| Video Downloader Page

Installation Guide

For Windows:

Download the exe from the latest release, or install it from the source code:

  1. Install python .
  2. Clone this repo using git & change directory
  3. git clone https://github.com/Dev7083/YouTube-Downloader.git
    
    cd YouTube-Downloader
    
  4. Install required modules using pip
  5. pip install -r requirements.txt
    
  6. Run the youtube.py file!
  7. py youtube.py
    

    Tech Stack

    UI: CustomTkinter

    Libraries: PytubeFix