{"id":19250296,"url":"https://github.com/breakingtechfr/geolocexif","last_synced_at":"2026-06-23T12:04:18.172Z","repository":{"id":233592099,"uuid":"787497207","full_name":"BreakingTechFr/GeolocExif","owner":"BreakingTechFr","description":"Extraire les données Exif d'une photo et géolocaliser le lieu où elle a été prise.","archived":false,"fork":false,"pushed_at":"2024-04-27T16:01:45.000Z","size":1184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T08:04:17.706Z","etag":null,"topics":["exif","exif-data","exif-data-extraction","exif-metadata","exiftool","osint","osint-python","osint-tool","python"],"latest_commit_sha":null,"homepage":"https://www.breakingtech.fr","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BreakingTechFr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-16T16:26:41.000Z","updated_at":"2024-04-27T16:01:49.000Z","dependencies_parsed_at":"2024-04-16T21:58:09.184Z","dependency_job_id":"d5817d2e-247f-45a8-b2c3-ed0b5425a7a0","html_url":"https://github.com/BreakingTechFr/GeolocExif","commit_stats":null,"previous_names":["breakingtechfr/geolocexif"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BreakingTechFr/GeolocExif","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakingTechFr%2FGeolocExif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakingTechFr%2FGeolocExif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakingTechFr%2FGeolocExif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakingTechFr%2FGeolocExif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BreakingTechFr","download_url":"https://codeload.github.com/BreakingTechFr/GeolocExif/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakingTechFr%2FGeolocExif/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263472275,"owners_count":23471811,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exif","exif-data","exif-data-extraction","exif-metadata","exiftool","osint","osint-python","osint-tool","python"],"created_at":"2024-11-09T18:16:45.044Z","updated_at":"2026-06-23T12:04:13.148Z","avatar_url":"https://github.com/BreakingTechFr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GeoLocExif\n\n\u003cimg width=\"1250\" alt=\"2024-04-17_04-05-03\" src=\"https://github.com/BreakingTechFr/GeolocExif/assets/128238555/a2fe54b0-d6cf-4473-885a-08bd839c6c53\"\u003e\n\nCe programme permet de parcourir une photo, extraire les données GPS de ses métadonnées EXIF et ouvrir une carte Google Maps affichant l'emplacement géographique de la photo.\n\n## Fonctionnalités\n\n- Affichage des données Exif de l'image sélectionnée en *.jpg *.jpeg *.png ou *.gif\n- Géolocalisation des images avec des informations GPS\n- Sauvegarde des données Exif dans un fichier texte *.txt\n- Sauvegarde une capture d'écran de la carte Google Maps affichant la géolocalisation en *.jpg\n\n\u003cimg width=\"1250\" alt=\"2024-04-17_04-05-35\" src=\"https://github.com/BreakingTechFr/GeolocExif/assets/128238555/155ec1fe-a523-451c-ae9d-50bae5c27533\"\u003e\n\n## Prérequis\n\n- Python 3.6\n- Un gestionnaire de packages Python tel que pip\n- Les bibliothèques Python répertoriées dans `requirements.txt`.\n\n## Installation\n\n1. Clonez ce dépôt :\n```shell\ngit clone https://github.com/BreakingTechFr/GeolocExif.git\n```\n\n2. Accédez au répertoire du projet :\n```shell\ncd GeolocExif\n```\n\n4. Créez un environnement virtuel avec Python 3.6 :\n```shell\npython3.6 -m venv virtual3.6\n```\n\n3. Activez l'environnement virtuel avec Python 3.6 :\nActivez l'environnement virtuel. Selon votre système d'exploitation, la commande peut varier :\nSur macOS et Linux :\ncd virtual3.6\n```shell\ncd virtual3.6\n```\n```shell\nsource virtual3.6/bin/activate\n```\n\nSur Windows (PowerShell) :\n```shell\ncd virtual3.6\n```\n```shell\n.\\virtual3.6\\Scripts\\Activate.ps1\n```\n\n4. Mettre a jour Pip :\n```shell\npip install --upgrade pip\n```\n\n2. Installez les dépendances :\n```shell\npip install -r requirements.txt\n```\n\n## Utilisation\n\nExécutez le script `geoexif.py` :\n```shell\npython geoexif.py\n```\n\n- Cliquez sur le bouton \"Choisir une photo...\" pour sélectionner une photo.\n- Une fois la photo sélectionnée, cliquez sur le bouton \"Geolocaliser\" pour ouvrir une carte Google Maps montrant l'emplacement géographique de la photo.\n\n## Suivez-nous\n\n- [@breakingtechfr](https://twitter.com/BreakingTechFR) sur Twitter.\n- [Facebook](https://www.facebook.com/BreakingTechFr/) likez notre page.\n- [Instagram](https://www.instagram.com/breakingtechfr/) taguez nous sur vos publications !\n- [Discord](https://discord.gg/VYNVBhk) pour parler avec nous !","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreakingtechfr%2Fgeolocexif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreakingtechfr%2Fgeolocexif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreakingtechfr%2Fgeolocexif/lists"}