Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 645 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 645 Bytes

metadatos

Script that recovers metadata from PDF, DOCX, JPEG, PNG, GIF, BMP and TIFF files.

Module dependencies (installable via pip):

  • PyPDF2
  • python-docx
  • PIL (pillow)
  • exifread
  • libxmp (python-xmp-toolkit)
  • termcolor

This command will install the dependencies via Pip:

pip install -r requirements.txt

How to use

You just have to execute the script with the folder containing the files to be analysed as an argument.

For instance, this will analyse all files inside ./samples.

python metadatos.py ./samples

If you want a colored output, you can use -c argument.

python metadatos.py -c ./samples