PyTubeTranscribe for CLI written in Python
- Download videos and audios through the YouTube link
- Generates a txt file with video transcription
Clone the project or download
git clone https://github.com/heroesofcode/py-tube-transcribe.git
Install dependencies
pip install -r requirements.txt
To use it you must run this shell script file
chmod +x ./run.sh
./run.sh
PyTubeTranscribe is released under the MIT license. See LICENSE for details.