An open API service indexing awesome lists of open source software.

https://github.com/abhinavsharma07/youtube--downloader


https://github.com/abhinavsharma07/youtube--downloader

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## AB YouTube Video Downloader.

A simple YouTube video downloader GUI application built using Python's Tkinter and the Pytube library..

## Features

- User-friendly graphical interface for downloading YouTube videos.
- Downloads the highest quality video stream available.
- Provides visual feedback upon successful download.

## Getting Started

### Prerequisites

- Python 3.x
- Pytube library (`pip install pytube`)
- Tkinter (usually included with Python)

### Installation

1. Clone the repository or download the `yt_downloader.py` script.
2. Open a terminal/command prompt.
3. Navigate to the directory containing the `yt_downloader.py` script.

### Usage

1. Run the script using the command: `python yt_downloader.py`.
2. A graphical window will open.
3. Enter the YouTube video URL in the "Paste Link Here" field.
4. Click the "DOWNLOAD" button to initiate the download.
5. The downloaded video will be saved in the current working directory.

## Disclaimer

This application is meant for personal use to download YouTube videos for offline viewing. Please respect YouTube's terms of service and only download videos for which you have the necessary rights.

## Acknowledgements

- [Tkinter](https://docs.python.org/3/library/tkinter.html) - Python's standard GUI library.
- [Pytube](https://pytube.io/) - A lightweight, Pythonic, dependency-free library for downloading YouTube videos....