Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 928 Bytes

README.md

File metadata and controls

45 lines (26 loc) · 928 Bytes

Youtube Video Downloader

A python automated program that downloads a Youtube video.

Installation

First, you need to install python, you can download python by going to https://www.python.org/downloads/

Getting started by opening the terminal window:

  git clone https://github.com/Ahtasham-ul-haq/Youtube_Video_downloader.git
  cd Youtube_Video_downloader

Install the following packages:

1.   pip install pytube
2.   pip install tkinter
3.   pip install requests

Running Code

To run python file, run the following command

  python main.py

After running python file. Insert a Youtube link and specify the directory where you want to download the video.

Documentation

To learn more, read the documentations down below:

Pytube

Requests

Tkinter