Skip to content

An implementation of a metadata extractor and manipulator for images that use the EXIF standard, written in Python 3.

License

Notifications You must be signed in to change notification settings

Kaweees/Photo.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License

Photo.py

An implementation of a metadata extractor and manipulator for images that use the EXIF standard, written in Python 3.

Built With

  • Python 3:
    • datetime
      • date
      • datetime
    • exif
      • Image
      • DATETIME_STR_FORMAT

About EXIF

EXIF is short for Exchangeable Image File Format. It is a very common image standard used for storing image metadata. It has been adopted by nearly all digital cameras and other types of image files. By extracting the metadata, you can find information such as the date and time the image was taken, the camera model used to take the photo, and other interesting information.

How to Use Photo.py

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Working Python 3 >= 3.9.0 installation

    • pip is working
  • OkapiLib

Installation

  1. Clone the repo
    git clone https://github.com/Kaweees/Photo.py.git
  2. Install Python packages
    pip install exif

Usage

To get started, run the following commands in the root directory of the repo:

  1. To execute the code:
    python3 hello.py
  2. To execute the code and store the output in a file:
    python3 hello.py > output.txt

Contributing

Contributions are always welcome! Please create a Pull Request and include a description of how your Pull Request will improve the overall robot code and what it does.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License. See LICENSE.txt for more information.

Support Us!

Give this repo a ⭐️ if you found this project helpful!

Acknowledgments

About

An implementation of a metadata extractor and manipulator for images that use the EXIF standard, written in Python 3.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages