alexiusacademia / ExifViewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExifViewer

This is a simple tool to view exif data (specifically GPS coordinates) of a picture. This is an open source project that aims to demonstrate the use of wxPython for a GUI project.

How To Use

This is a very early version and not much feature is yet written on it. To use this, download the release file. Then on the executable, place an image with a filename image.jpg. In this version, the exact filename should be followed in order to work.

(At the time of writing, there's no release yet.)

For Developers

  1. Clone the repository
  2. Create a virtual environment and activate it (Using python 3)
  3. Install the dependencies in the virtual environment by pip install -r requirements.txt
  4. Put an image file in the root directory of this repo. It has to be named image.jpg
  5. Run the app by python main.py

Screenshot 2023-02-28 at 9 48 49 PM

About


Languages

Language:Python 100.0%