Skip to content

arulbenjaminchandru/Youtube-to-MP3-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Playlist Downloader and Audio Extractor (MP3)

This Python application downloads videos from a YouTube playlist, extracts audio from each video, saves the audio as MP3 files. The application provides a simple web interface using Streamlit.

alt text

Features

  • Download all videos from a given YouTube playlist URL.
  • Extract audio from each downloaded video and save as an MP3 file.
  • Simple web interface for inputting playlist URL and output folder path.

Requirements

  • Python 3.x
  • Required Python packages (listed in requirements.txt)

Installation

  1. Clone this repository to your local machine.

  2. Navigate to the project directory.

  3. Install the required packages using pip:

    pip install -r requirements.txt

Usage

  1. Run the Streamlit application:

    streamlit y2mp3.py
  2. Open the provided local URL in your web browser.

  3. Enter the YouTube playlist URL and the output folder path.

  4. Click the "Download and Extract Audio" button to start the process.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages