/Photo-Exif-Tool

A simple tool with GUI written in Python to make it available for you to read Exif of photos and delete them

Primary LanguagePythonMIT LicenseMIT

Photo Exif Tool

A simple tool with GUI written in Python to make it available for you to read Exif of photos and delete the Exif data


standard-readme compliant Static Badge

Features


  • Select multiple images at once and read the information
  • Support common image formats
  • Delete the Exif information of the imported images and save them as a new images.

Install


  1. Install Python from official website https://www.python.org/

  2. Install tkinter library in CMD

    pip install tkinterdnd2
    
  3. Install exifread library in CMD

    pip install exifread
    
  4. Install pyinstaller

    pip install pyinstaller
    
  5. Open CMD, navigate to the location where you saved readexif.py using the cd command. Run the command. This will create a folder named dist containing an executable file. The folder is in the location where you saved your readexif.py.

    pyinstaller --onefile readexif.py
    

Usage


  1. If you have successfully generated an execuable file, double-click the file and you will see the interface.
image-20230712111325497
  1. Click on the first selection box in the window, select the image you want and the programme will read and output the exif information in the next window. You can select more than one image at the same time, which will be read and output sequentially.
image-20230712111503076
  1. There is a clickable button, when you click on it, the program will clear the exif information of the picture you selected and save it in a folder with the same name as the original file in a folder with the same level as the original file directory, the folder name is exif.

Maintainers


@Chalice-G

Contributing


Any contributions you make are greatly appreciated.

If you find any issues, you can simply open an issue with the tag enhancement. You can also fork the project, modify yourself and submit Pull requests.

License


MIT © Chalice-G