# Korrel A little python script I wrote to add GPS EXIF data to a batch of photographs using a GPX file. ## How to Run Simply run the following: ```bash python3 -m venv env source env/bin/activate # depending on shell, this may change pip3 install -r requirements.txt ./korrel.py ``` Photos in the target folder are written on the fly and sought recursively. ## License I don't care enough about licensing random shitty tools I write: [ACSL](https://anticapitalist.software/).