This is a school project. It provides a GUI for manipulating audio metadata. It uses music_tag as the metadata library and Tkinter as the GUI library.
- Python 3.12.2
- music_tag
- A supported audio file.
The program supports whatever the music_tag library supports. As of music_tag 0.4.3, the library supports:
- aac
- aiff
- dsf
- flac
- m4a
- mp3
- ogg
- opus
- wav
- wv
- Install the required libraries:
pip install -r requirements.txt
- Open the main.py file.
- Load an audio file using the "Load Song" button.
- Manipulate the tags based on the GUI.
- Save an audio file using the "Save Song" button.
This project uses the MIT license. Learn more here.