ID3v1 and ID3v2 remover from mp3 file
ID3v1 and ID3v2 tag remover from mp3 file, works with both Python 2.7.x and Python 3.x
usage: ID3_REM.py [-h] [-o OUTPUT] Input
Remove ID3 tag from mp3
positional arguments:
Input Input file
optional arguments:
-h, --help show this help message and exit
-o OUTPUT Output file
If OUTPUT is not given, changes are written to INPUT directly
Coming soon