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

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

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
```