A simple tool to fix the meta data of your music or other mp3 files.
- Track Name
- Artist Name
- Album Name
- Cover Image
- Download the project folder or clone it
- Make sure you have python and pip installed
- Run the command
python -m venv .venvto create a virtual environment (On Linux or Macpython3 -m venv .venv) - Run the command
./.venv/Scripts/activatein Windows PowerShell (Skip for Linux or Mac) - Run the command
./.venv/bin/activatein bash in Linux or Mac - Run the command
pip install -r requirements.txtinside the project directory - Then run the app using this command:
python app.py
I am open to improvements and suggestions this was a 10 minute project for my own needs. Feel free to send a pull request or issue.