https://github.com/s3bu7i/youtube-video-downloader
https://github.com/s3bu7i/youtube-video-downloader
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/s3bu7i/youtube-video-downloader
- Owner: s3bu7i
- Created: 2022-08-04T11:35:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T15:17:36.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T22:32:25.622Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube-Video-Downloader
# Install
```shell
~$ git clone https://github.com/s3bu7i/YouTube-Video-Downloader.git
~$ pip install tk
~$ pip install tkinter
~$ pip install pytube3
~$ pip install labels
```
# Run
```shell
~$ pyinstaller --onefile downloadyt.py
```This program was written using tkinter and pytube tools. It is a small program to download videos from YouTube and it may be updated soon.