Metamine is a full-featured command-line application for reading and removing meta information in a wide variety of files, without compromising the data in file.
It was born from the lack of existing tool that was completely written in Python and had very simple commands to execute.
For the time, It supports the following file types:
- .jpg
- .mp3
- .docx
- .pptx
- .xlsx
Further more it supports batch-processing where you can put all your files in a folder and remove metadata at once.
This tool can be run directly. You just have to run the metamine.py along with the file type you want to view/remove metadata. For example,
- WINDOWS:
py -3 metamine.pyfile_location
-v - LINUX:
python3 metamine.pyfile_location
-v
The script won't work if the modules along with metamine.py are not in the same directory so you need to ensure that they remain in bin.
Python 3 or later is required alongwith the following libraries:
- Aditya Ramesh - aditya-dk7
- Sanchit Bajaj - bajajsanchit
- Riten Bhagra - thebarcelonaguy
- Aditia Sharma -aditia-sharma