Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 947 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 947 Bytes

Youtube Downloader

  • 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.

Installation

Installing this app is very easy, just download setup package and run the installer.

Run Locally

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

Screenshots

App Screenshot