An implementation of a metadata extractor and manipulator for images that use the EXIF standard, written in Python 3.
- Python 3:
- datetime
- date
- datetime
- exif
- Image
- DATETIME_STR_FORMAT
- datetime
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.
To get a local copy up and running follow these simple example steps.
-
Working Python 3 >= 3.9.0 installation
- pip is working
-
OkapiLib
- Clone the repo
git clone https://github.com/Kaweees/Photo.py.git
- Install Python packages
pip install exif
To get started, run the following commands in the root directory of the repo:
- To execute the code:
python3 hello.py
- To execute the code and store the output in a file:
python3 hello.py > output.txt
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License. See LICENSE.txt
for more information.
Give this repo a ⭐️ if you found this project helpful!