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

https://github.com/hookfang/python-youtube-video-downloader

A simple python application that lets users download youtube videos, with the provided URL.
https://github.com/hookfang/python-youtube-video-downloader

pip pysimplegui python python3

Last synced: about 2 months ago
JSON representation

A simple python application that lets users download youtube videos, with the provided URL.

Awesome Lists containing this project

README

        

# Python-Youtube-Video-Downloader
A simple python application that lets users download youtube videos, with the provided URL

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install pytube & PySimpleGUI.

```bash
pip install git+https://github.com/pytube/pytube

pip install PySimpleGUI
```

## Usage

```bash
python youtubeDownloaderUI.py
```

This will start up a UI like this :

![Alt Text](https://github.com/hookFang/Python-Youtube-Video-Downloader/blob/master/pictures/capture1.PNG)