Skip to content

Pushan2005/mp3-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MP3 Cleaner Tool

The MP3 Cleaner Tool is a script designed to remove all metadata from MP3 files.

Have you ever received a folder of MP3 songs from a friend or downloaded them yourself to play in your car? Are you annoyed by album cover images with website watermarks and prefer a clean display?

This tool can help you achieve that peace of mind :)

Note : This script was written for a very specific personal usecase

Usage

  1. Place the main.py and requirements.txt files into the folder containing all your MP3 files.
  2. Install the required dependencies by running:
    pip install -r requirements.txt
  3. Run the script using one of the following commands:
    python main.py
    or
    python3 main.py

About

Cleans mp3 files of their metadata.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages