Skip to content

This repository contains a simple Python GUI application for converting YouTube videos to MP3 audio files. The application allows users to enter a YouTube video URL and choose an output folder for the converted audio file. It utilizes the pytube library for downloading YouTube videos and tkinter for building the graphical user interface.

Notifications You must be signed in to change notification settings

Totenem/Youtube-Converter-Mp4-to-Mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

YouTube to MP3 Converter

This Python application provides a graphical user interface (GUI) for converting YouTube videos to MP3 audio files. It simplifies the process of extracting audio from YouTube videos and saving them in MP3 format.

Features

  • Convert YouTube videos to MP3 audio files.
  • Specify the output folder for the converted files or use the default Downloads folder.
  • Simple and intuitive GUI built with Python's tkinter library for GUI and yt-dlp library for downloading YouTube videos.

Prerequisites

Before running the application, make sure you have the following installed:

  • Python
  • Required Python packages: yt-dlp

You can install the required packages using pip:

pip install yt-dlp

Usage

  1. Clone the repository to your local machine: git clone https://github.com/Totenem/Youtube-Converter-Mp4-to-Mp3.git

  2. Navigate to the project directory: cd Youtube-Converter-Mp4-to-Mp3

  3. Run the application: python gui.py

  4. Enter the YouTube video URL and choose the output folder where you want to save the converted MP3 file.

  5. Click the "Download MP3" button to start the conversion process.

Contributing

Contributions are welcome! If you encounter any bugs or have suggestions for improvements, please open an issue or submit a pull request.

License

All rights reserved. This project is the intellectual property of Michael Ashley Ygana and may not be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the owner.

For inquiries about licensing or usage permissions, please contact me, Michael Ashley Ygana at yganamichaelashley@gmail.com.

About

This repository contains a simple Python GUI application for converting YouTube videos to MP3 audio files. The application allows users to enter a YouTube video URL and choose an output folder for the converted audio file. It utilizes the pytube library for downloading YouTube videos and tkinter for building the graphical user interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages