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

https://github.com/bbc-esq/youtube-transcript-api-gui

Nice GUI for the youtube-transcript-apl library to download YouTube transcripts.
https://github.com/bbc-esq/youtube-transcript-api-gui

captions subtitles transcript youtube youtube-api youtube-asr youtube-captions youtube-subtitles youtube-transcript-api youtube-transcripts

Last synced: 7 months ago
JSON representation

Nice GUI for the youtube-transcript-apl library to download YouTube transcripts.

Awesome Lists containing this project

README

          

# Pytubefix-GUI
Provides a nice graphical user interface for the [youtube-transcript-api library](https://github.com/jdepoix/youtube-transcript-api) to download transcripts of YouTube videos.

# Installation

### Create Virtual Environment
```
python -m venv .
```

### Activate Virtual Environment
```
.\Scripts\activate
```

### Install Dependencies
```
pip install -r requirements.txt
```

# Usage

1) Activate your virtual environment

2) Run the script.
```
python main.py
```