Skip to content

CLI App to download audio or video from Youtube.

License

Notifications You must be signed in to change notification settings

bjchavez/CLI-tube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI-tube

CLI App to download audio or video from Youtube. 😄

Installation Guide

  • Clone this repository.

  • Create a virtual environment:

    $ python3 -m venv .env
  • Activate .env

    $ source .env/bin/activate
  • Install requirements.txt file.

    $ pip install -r requirements.txt
  • Then, run:

    $ ./main.py

Usage

You can find its guideline here.

What technologies am I using?

  • Typer - Typer, build great CLIs. Easy to code. Based on Python type hints.
  • Pytube - Pytube is a lightweight, Pythonic, dependency-free, library (and command-line utility) for downloading YouTube Videos.
  • Rich - Rich is a Python library for rich text and beautiful formatting in the terminal.

To-do

  • There is an issue right now with video downloads. I can't find a way to download videos with audio, so it's somenthing I need to figure out.