https://github.com/bbc-esq/pytubefix-gui
A nice graphical user interface to download using the pytubefix library
https://github.com/bbc-esq/pytubefix-gui
pytube pytubefix youtube-downloader youtube-downloader-gui youtube-downloader-python
Last synced: 4 months ago
JSON representation
A nice graphical user interface to download using the pytubefix library
- Host: GitHub
- URL: https://github.com/bbc-esq/pytubefix-gui
- Owner: BBC-Esq
- Created: 2025-01-11T12:37:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-11T14:58:24.000Z (9 months ago)
- Last Synced: 2025-04-23T07:35:05.229Z (6 months ago)
- Topics: pytube, pytubefix, youtube-downloader, youtube-downloader-gui, youtube-downloader-python
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Pytubefix-GUI
Provides a nice graphical user interface to use the [pytubefix library](https://github.com/JuanBindez/pytubefix) to download files from Youtube.# Installation
### Create Virtual Environment
```
python -m venv .
```### Activate
```
.\Scripts\activate
```### Install Libraries
```
pip install -r requirements.txt
```# Usage
1) Activate your virtual environment
2) Run the script.
```
python main.py
```