gokul-1998 / youtube_caption_downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

youtube_caption_downloader

how to run the application

  • Mac or linux
    • Create virtual environment
      • python3 -m venv env
    • activate virtual environment
      • . env/bin/activate
    • install required libraties
      • pip install -r requirements.txt
    • run final.py file
      • python3 final.py
    • paste the video url
    • wait until the caption file gets generated

About


Languages

Language:Python 100.0%