Skip to content

aditya-dk7/METAMINE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

METAMINE

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
  • .pdf
  • .docx
  • .pptx
  • .xlsx

Further more it supports batch-processing where you can put all your files in a folder and remove metadata at once.

RUNNING

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.py file_location -v
  • LINUX:
    python3 metamine.py file_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.

DEPENDENCIES

Python 3 or later is required alongwith the following libraries:

AUTHORS

About

Document Sanitizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%