A python automated program that downloads a Youtube video.
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
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.
To learn more, read the documentations down below: