https://github.com/vncsmnl/youtube_transcript
📽️ The script allows you to download the transcript of a YouTube videos
https://github.com/vncsmnl/youtube_transcript
portfolio python pytube tkinter youtube-api youtube-transcript-api
Last synced: 3 months ago
JSON representation
📽️ The script allows you to download the transcript of a YouTube videos
- Host: GitHub
- URL: https://github.com/vncsmnl/youtube_transcript
- Owner: vncsmnl
- License: mit
- Created: 2024-05-30T18:52:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-30T18:55:33.000Z (about 1 year ago)
- Last Synced: 2025-01-25T18:43:33.731Z (5 months ago)
- Topics: portfolio, python, pytube, tkinter, youtube-api, youtube-transcript-api
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Download YouTube Transcript
This simple Python script uses `tkinter` for the GUI, `pytube` for downloading YouTube videos, and `youtube_transcript_api` for fetching video transcripts. The script allows you to download the transcript of a YouTube video in Portuguese and saves it as an HTML file, which can be opened in a web browser for easy reading.
## Requirements
- Python 3.6+
- tkinter
- pytube
- youtube_transcript_api## Installation
You can install the required libraries using pip:
```bash
pip install tkinter pytube youtube_transcript_api
```## Usage
1. Run the script.
2. Enter the link of the YouTube video for which you want to download the transcript.
3. Click the "Download Transcript" button.
4. The transcript will be saved as an HTML file in the same directory as the script and opened in your default web browser.Feel free to modify and improve the script as needed!