项目作者: nikita9604

项目描述 :
Application to directly download Youtube Video (mp4) and Audio (mp3) using Tkinter
高级语言: Python
项目地址: git://github.com/nikita9604/Youtube-Downloader.git
创建时间: 2020-12-07T17:04:50Z
项目社区:https://github.com/nikita9604/Youtube-Downloader

开源协议:MIT License

下载


Youtube Video/Audio Downloader

In this, we designed an Application to directly download Youtube Video (to .mp4) and Audio (to .mp3) using their youtube url.

Prerequisites & Installation

  1. Tkinter (Python interface to the Tk GUI toolkit)

    pip install python-tk OR pip install python3-tk

  2. Youtube-dl (Open-source download manager)

    pip install youtube_dl

  3. ffmpeg, ffprobe & ffplay (Handling video/audio) - Download here

Application



  • Enter URL : Enter the youtube link
  • Enter Path : Browse or Mention the complete path where you expect the downloaded video/audio to be saved in the local system.

Steps of Code Execution:

  1. Clone / Download this repository
  2. Open Command Window / Terminal on your system
  3. Trace to the respective location where the file is saved
  4. Run this python file to execute the application