Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 996 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 996 Bytes

Get Image Metadata

forthebadge forthebadge forthebadge forthebadge

The python script gets all the metadata from the image

What the program does?

  • Takes image file(s) as input at the same time
  • Gets all the metadata from the image

Requirements

Python3.6+

pip install -r requirements.txt

Usage

img_meta.py [-h] -f FILES [FILES ...]

EXTRACT METADATA IN IMAGES

optional arguments:
  -h, --help            show this help message and exit
  -f FILES [FILES ...]  Image File(s)

Contribution

Any kind of contributions are welcome

  1. Fork the project
  2. Commit your changes
  3. Open a pull request