This is a simple Python script that allows you to download MP3 files from YouTube videos using the Tkinter GUI library.
Install Python 3 if you don't already have it. Install Tkinter and pytube using the following command:
pip install tkinter pytube
Run the script with the following command:
python youtube_mp3_downloader.py
A GUI window will appear.
Enter the URL of the YouTube video you want to download in the "URL" field.
Click the "Select Folder" button to choose the destination folder where you want to save the MP3 file.
Select the desired audio quality from the "Audio Quality" drop-down menu.
Click the "Download" button to start the download.
Once the download is complete, a message box will appear informing you that the file was successfully downloaded.
This project is licensed under the MIT License.
Feel free to modify and use the script according to your needs.
Created by: fantomas4o