This YouTube MP3 Downloader is a simple Python application that allows users to download audio from YouTube videos in MP3 format.Paste a YouTube link into the application, and upon clicking the "Download as MP3" button, the audio will be extracted and saved to the local directory.
- Sleek UI built with
customtkinter
. - Saves the audio file in MP3 format and freshly supported MP4 format!
- Downloads the best audio and video quality available.
To run this application, you need to have Python installed. These are the dependencies:
customtkinter
: A modern and customizable tkinter interface.yt-dlp
: A command-line program to download videos from YouTube and other sites.humanize
: Turns a number into a human-readable duration.pillow
: Library for saving image formats.requests
: Makes HTTPS requests to a specified URL.
You can install the required dependencies using pip. Run the following commands in your terminal:
pip install customtkinter yt-dlp
-
Clone or download the repository.
-
cd to the project directory.
-
Run the application using the command:
python main.py
-
Paste a YouTube link into the input field.
-
Click the "Download as MP3" button to start the download.
This project is licensed under the MIT License - see the LICENSE file for details.