Skip to content

Latest commit

 

History

History
162 lines (108 loc) · 4.25 KB

README.md

File metadata and controls

162 lines (108 loc) · 4.25 KB


Logo

Mp3 Converter

Python automation for mp3 download from youtube
Explore the docs »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact
  6. Acknowledgments

About The Project

Logo Logo
There are many great Mp3 Converter available on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one.

Here's why:

  • Multi threads technology
  • Easy user interface
  • You tube research

(back to top)

Built With

  • Python
  • Selenium
  • CustomTK

(back to top)

Getting Started

Prerequisites

  • Python version 3.10 or higher

Installation

  1. Download "mp3_converter.zip"

  2. Pip install

      pip install selenium
      pip install customtkinder
      pip install webdriver-manager

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

License

Distributed under the GNU General Public License v3.0 License. See LICENSE.txt for more information.

(back to top)

Contact

Roberto Scandale - @roberto_scandale

Project Link: https://github.com/lomWs/mp3_converter

(back to top)

Acknowledgments

A few of helpful link

(back to top)