Thanks to visit codestin.com
Credit goes to github.com

Skip to content

m7mds91/yt2text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎧 Whisper YouTube & Audio File Transcriber (GUI)

This is a Python desktop GUI app that uses OpenAI's Whisper model to transcribe:

  • ✅ YouTube videos (via URL)
  • ✅ Local audio/video files (MP3, MP4, WAV, etc.)
  • ✅ Supports drag-and-drop
  • ✅ Supports GPU acceleration
  • ✅ Manual Whisper model selection (small, medium, large)
  • ✅ Export transcript as .txt
  • ✅ Reset interface & auto-cleanup

📸 Screenshots Screenshot of app

🚀 How to Use

1. Clone the Repo

git clone https://github.com/m7mds91/yt2text.git
cd yt2text

2. Install Requirements

pip install -r requirements.txt

You must have ffmpeg installed and added to your system PATH. ✅ Download: https://ffmpeg.org/download.html

3. Run the App

python YT2text.py

⚙️ Dependencies

OpenAI Whisper
yt-dlp (YouTube downloader)
tkinterdnd2 (drag-and-drop GUI extension)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages