Skip to content

aben20807/ezexif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezexif

Copy the exif from a photo and predefined tags to the clipboard.

Download the pre-built binary for Win10 from the release.

Demo

ezexif

Build from source

  • Python 3.9.13

  • Windows PowerShell commands:

> python -m virtualenv venv
> .\venv\Scripts\Activate.ps1 # you may need 'Set-ExecutionPolicy RemoteSigned' before the command and run 'Set-ExecutionPolicy Restricted' after this command under the administrator mode
> pip install tkinterdnd2 Pillow clipboard pyinstaller
> pyinstaller -F -c --clean --collect-all tkinterdnd2 --exclude-module black --icon=ezexif.ico .\ezexif\ezexif.py

Icon credit

The icon (ezexif.ico) is from Madeby kking who shares it under CC BY 4.0