rjnocelli / pytube_project

Small project using pytube library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytube_project

Simple script used to download video or audio from YouTube with pytube library (https://pytube.io/en/latest/). Assuming you have python3 installed:

  • download repo
  • open console and cd into directory pytube_project
  • run pipenv shell to active venv shell
  • run pip install -r requirements.txt to install all dependencies
  • run python3 ./python_youtube.py and follow instructions

About

Small project using pytube library


Languages

Language:Python 100.0%