Skip to content

Danscot/Mp3_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP3 File Converter

This project is an open-source MP3 file converter, designed to provide a simple and efficient way to convert audio files to the MP3 format. It offers a command-line interface (CLI) for easy integration into your own projects or for standalone usage.

Features

  • Convert various audio file formats (e.g., WAV, FLAC, AAC) to MP3.
  • Specify output quality settings, including bitrate and sample rate.
  • Preserve metadata (e.g., artist, album, track information) during the conversion process.
  • Fast and efficient conversion using industry-standard libraries.

Prerequisites

Before using the MP3 File Converter, ensure that you have the following software installed on your system:

  • Python (version 2.10 or higher)

Installation

  1. Clone the repository to your local machine: https://github.com/Danscot/Mp3_Converter

  2. Navigate to the project directory on your machine

  3. Install the required dependencies: pip install -r requirements.txt

Usage

To convert an audio file to MP3, run the following command: python3 main.py

Contributing

Contributions to the MP3 File Converter are welcome! If you find any issues or have ideas for new features, please submit them via GitHub issues. You can also fork the repository, make your changes, and submit a pull request.

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