Source: www.blog.pythonlibrary.org

Getting GPS EXIF Data With Python
Did you know that you can get EXIF data from JPG image files using the Python programming language? You can use Pillow, the Python Imaging Library’s friendly fork to do so. You can read an article about that on this website if you want to.

Related Articles