mirror of
https://git.vulpinecitrus.info/Lymkwi/korrel
synced 2025-08-02 19:10:40 +00:00
Initial commit
Signed-off-by: lymkwi <lymkwi@vulpinecitrus.info>
This commit is contained in:
commit
ce67d7ef0f
4 changed files with 189 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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 <path to GPX> <photo folder>
|
||||
```
|
||||
|
||||
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/).
|
Loading…
Add table
Add a link
Reference in a new issue