A simple Python audio converter for converting audio files to mp3 format.
$ git clone https://github.com/manesjonathan/audio-converter.git
$ cd audio-converter
$ pip install -r requirements.txt
Place your audio files in the files
folder and run the following command:
$ python main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.