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.
- Host: GitHub
- URL: https://github.com/hookfang/python-youtube-video-downloader
- Owner: hookFang
- License: mit
- Created: 2021-01-14T03:32:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T02:55:26.000Z (over 4 years ago)
- Last Synced: 2025-02-03T11:23:29.899Z (4 months ago)
- Topics: pip, pysimplegui, python, python3
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/pytubepip install PySimpleGUI
```## Usage
```bash
python youtubeDownloaderUI.py
```This will start up a UI like this :
