kaartik2611 / youtube-downloader-cli

A CLI based tool made for downloading Youtube Videos Using Python and Pafy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube-Downloader-CLI

A CLI based tool made for downloading Youtube Videos Using Python and Pafy very easily.

Install it in your System

Create an Virtual environment : python -m venv venv

Activate Virtual Environment For Windows : venv\scripts\activate.bat

Activate Virtual Environment For Linux : venv/bin/activate

For installing all the dependencies :

pip install -r requirements.txt

after installing all the dependencies run :

python3 app.py

About

A CLI based tool made for downloading Youtube Videos Using Python and Pafy.

License:MIT License


Languages

Language:Python 100.0%