# manage-pictures **Repository Path**: jialaijun/manage-pictures ## Basic Information - **Project Name**: manage-pictures - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # manage-pictures A simple program written in Golang that allows you to rename all pictures (.jpg/.jpeg) using the EXIF data (datetime,placename (API OpenStreetSource), gps position) if available. ## Output `yyyy_mm_yy_hhmmName-City-CountryCode&&.jpg` `2016_06_03_1543ObservatoryHouse-CityofEdinburgh-gb&55.954697&-3.184333.jpg` ## GUI - Desktop - RenamePictures on MacOS → [Download](https://vomnes.github.io/download/rename-pictures-macos.zip) GUI 1 GUI 2 GUI 3 ## Usage ``` # Install package go get -u github.com/xor-gate/goexif2/exif go get -u github.com/xor-gate/goexif2/tiff # Build program cd rename-pictures go build rename-pictures.go # Run program ./rename-pictures ```