Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 417 Bytes

YoutubeDownloader

Youtube downloader GUI and command-line utility

The GUI is built with GTK+3.

Dependencies :

  • PyGObject (for the GUI)
  • pytube (for actually downloading the video)
  • moviepy (for converting mp4 files to mp3)
  • youtube_search (for searching the video)

Usage

After cloning this repository, you should run pip install -r requirements.txt Then, run python main.py and the GUI will start !