Mubashir-Ul-Hassan / data-science-projects

Data science projects for Hacktoberfest 2024 contributions
0 stars 4 forks source link

YouTube Video Downloader with Python and Kivy #15

Closed FakhirK90 closed 2 days ago

FakhirK90 commented 3 days ago

This project is a simple YouTube video downloader built using Python and the Kivy library for the graphical user interface (GUI). It allows users to download videos in various formats by simply entering the video URL. The Kivy framework ensures a responsive, cross-platform user experience, making it suitable for desktop and mobile environments.

Features:

Input field for YouTube video URLs. Option to choose video format and resolution. Progress bar for download status. Clean and responsive UI built with Kivy. Supports both Windows and Linux platforms. Requirements:

Python 3.x Kivy library pytube (for handling YouTube downloads)