YouTube Downloader is a Python application that allows users to download videos from YouTube using a graphical user interface created with Glade.
- Clone the repository:
git clone https://github.com/MadushaS/fuzzy-yt.git
cd fuzzy-yt
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python3 main.py
- Enter a valid YouTube URL and click "Download" to initiate the download process.
- pytube
- Gtk (via PyGObject)
This project is licensed under the MIT License - see the LICENSE file for details.