Skip to content

saajann/yt-to-mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

YouTube to MP3 Downloader

This is a simple Python application that allows you to download audio from YouTube videos or playlists and save them as MP3 files on your computer.

Requirements

  • Python 3.x
  • yt-dlp library
  • tkinter library
  • ffmpeg (for audio extraction)

Installation

  1. Install yt-dlp:

    pip install yt-dlp
  2. Install tkinter (if not already installed):

    sudo apt-get install python3-tk
  3. Install ffmpeg:

    sudo apt-get install ffmpeg

Usage

  1. Clone this repository or download the script to your local machine.

  2. Declare the path where you want to download the MP3 files in yt-to-mp3.py.

  3. Run the script:

    python yt-to-mp3.py
  4. Enter the YouTube video or playlist URL in the provided input field.

  5. Click the "Download" button to start downloading the audio.

License

This project is licensed under the MIT License.

About

YouTube to mp3 downloader 🎵

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages