This is an audio converter application built using PyQt5 and Python. The application allows you to convert audio files into different formats and sample rates. it also allows you to convert a entire folder of audio files. Finally, you can edit metadatas of all audio files of a folder. The app is available in english, spanish, french and hindi.
- Python 3.11.11
- PyEnv (for managing Python versions)
- PyQt5
- Other dependencies listed in
requirements.txt
Follow the steps below to set up and run the application on your local machine.
Clone the repository using Git:
git clone https://github.com/olivvius/audio_converter.git
cd audio_converter
If you donβt have PyEnv installed, install it first. Follow the instructions here: https://github.com/pyenv/pyenv
Then:
pyenv install 3.11.11
pyenv global 3.11.11
venv virtualenv 3.11.11 audio_converter_venv
Activate it :
Mac/linux:
source venv/bin/activate
Windows :
venv\Scripts\activate
pip install -r requirements.txt
python3 converter.py
pip install pyinstaller
pyinstaller --onefile --windowed converter.py
You can collaborate to this project without asking, please respect pep8 convention.
Apache-2.0 License