Create an Exif Viewer with PySimpleGUI
The Pillow package gives you the ability to extract Exif (Exchangeable Image File Format) metadata from images. You can get a lot of information about your images via the Exif data. However, there are some key data points that are more useful than others. For those pieces of data, it’s nice to create a GUI […]
Create an Exif Viewer with PySimpleGUI Read More »