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.
- 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.
Before using the MP3 File Converter, ensure that you have the following software installed on your system:
- Python (version 2.10 or higher)
-
Clone the repository to your local machine: https://github.com/Danscot/Mp3_Converter
-
Navigate to the project directory on your machine
-
Install the required dependencies: pip install -r requirements.txt
To convert an audio file to MP3, run the following command: python3 main.py
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.
This project is licensed under the MIT License.