- Youtube Downloader is GUI application for the windows platform build with help of python’s Tkinter library and compiled to .exe from python source code with py2exe library.
- This aap lets you download any youtube video by copying and pasting url of that video in the aap.
- This app uses Pytube library in background to download videos.
Installing this app is very easy, just download setup package and run the installer.
Clone the project
git clone https://github.com/saurabhwinchurne/youtube_downloader.git
Go to the project directory
cd my-project
Install dependencies
pip install requirements.txt
Start the app
python youtube_downloader.py