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 More information click here For installing all the dependencies : pip install -r requirements.txt after installing all the dependencies run : python3 app.py