https://github.com/genndy007/youtube-video-downloader-gui
Free and Open-Source YouTube video downloader. Graphics with PyQt5.
https://github.com/genndy007/youtube-video-downloader-gui
gui pyqt5 python pytube pytube3 video youtube youtube-dl
Last synced: 2 months ago
JSON representation
Free and Open-Source YouTube video downloader. Graphics with PyQt5.
- Host: GitHub
- URL: https://github.com/genndy007/youtube-video-downloader-gui
- Owner: genndy007
- Created: 2021-12-10T00:55:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T13:40:43.000Z (over 3 years ago)
- Last Synced: 2025-01-26T06:41:30.521Z (4 months ago)
- Topics: gui, pyqt5, python, pytube, pytube3, video, youtube, youtube-dl
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube video downloader
Provides a fancy GUI for downloading YouTube videos.## Installation for developers
```
pip install -r requirements.txt
# run
python main.py
```