FrancoisSchnell / GPicSync

:earth_americas::globe_with_meridians: GPicSync: inserts location in your pictures metadata from a GPS tracklog.
https://github.com/metadirective/GPicSync
Other
164 stars 43 forks source link

Changes to make it work on macOS using Python3 #18

Closed Clifford-Yen closed 3 years ago

Clifford-Yen commented 4 years ago

I made some changes to make it work on macOS with Python3. Two major issues are

  1. unicode should be replaced with str in Python3
  2. The way to determine the OS

Hope it helps.