Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 652 Bytes

File metadata and controls

37 lines (23 loc) · 652 Bytes

YouTube Downloader

YouTube Downloader is a Python application that allows users to download videos from YouTube using a graphical user interface created with Glade.

Installation

  1. Clone the repository:
git clone https://github.com/MadushaS/fuzzy-yt.git
cd fuzzy-yt
  1. Install dependencies:
pip install -r requirements.txt

Usage

  1. Run the application:
python3 main.py
  1. Enter a valid YouTube URL and click "Download" to initiate the download process.

Dependencies

  • pytube
  • Gtk (via PyGObject)

License

This project is licensed under the MIT License - see the LICENSE file for details.