{"id":19650898,"url":"https://github.com/moustikitos/tkinter-map","last_synced_at":"2025-08-05T02:25:39.394Z","repository":{"id":181456061,"uuid":"666803405","full_name":"Moustikitos/tkinter-map","owner":"Moustikitos","description":"Efficient map viewer for tkinter","archived":false,"fork":false,"pushed_at":"2024-04-07T18:20:11.000Z","size":3028,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-03T05:05:16.198Z","etag":null,"topics":["google-maps","openstreetmap","python","tkinter","webmap"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Moustikitos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-07-15T16:18:51.000Z","updated_at":"2025-03-22T18:04:24.000Z","dependencies_parsed_at":"2024-04-07T19:29:38.018Z","dependency_job_id":"78a83a18-b793-4a00-bb55-3c03aed219a7","html_url":"https://github.com/Moustikitos/tkinter-map","commit_stats":null,"previous_names":["moustikitos/tkinter-map"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Moustikitos/tkinter-map","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moustikitos%2Ftkinter-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moustikitos%2Ftkinter-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moustikitos%2Ftkinter-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moustikitos%2Ftkinter-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Moustikitos","download_url":"https://codeload.github.com/Moustikitos/tkinter-map/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moustikitos%2Ftkinter-map/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268821015,"owners_count":24312544,"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","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["google-maps","openstreetmap","python","tkinter","webmap"],"created_at":"2024-11-11T15:03:51.693Z","updated_at":"2025-08-05T02:25:39.345Z","avatar_url":"https://github.com/Moustikitos.png","language":"Python","funding_links":["https://liberapay.com/Toons/donate","https://paypal.me/toons"],"categories":[],"sub_categories":[],"readme":"# Tkmap widget\n\n**Efficient web map canvas for tkinter.**\n\n[![pypi](https://img.shields.io/pypi/l/tkinter-map.svg)](https://github.com/Moustikitos/tkinter-map/blob/master/LICENSE)\n\n## Support this project\n\n[![Liberapay receiving](https://img.shields.io/liberapay/goal/Toons?logo=liberapay)](https://liberapay.com/Toons/donate)\n[![Paypal me](https://img.shields.io/badge/PayPal-00457C?logo=paypal\u0026logoColor=white)](https://paypal.me/toons)\n\n## Install\n\n### Version 0.1\n\n```bash\npython -m pip install tkinter-map\n```\n\n### Developpment version\n\n```bash\npython -m pip install git+https://github.com/Moustikitos/tkinter-map.git@master\n```\n\n## Requirement\n\nIf you plan to use `Tkmap` widget with map providers sending JPEG-based tiles,\nit is recommended to install the `tcl` package\n[`tkimg`](https://sourceforge.net/projects/tkimg/). Binaries can be extracted\nin `.tcl` directory at the root of `tkmap` package (ie the one containing the\n`__init__.py` module).\n\n## Use\n\n```python\n\u003e\u003e\u003e from tkmap import widget, model\n\u003e\u003e\u003e canvas = widget.Tkmap()\n\u003e\u003e\u003e canvas.pack(fill=\"both\", expand=True)\n\u003e\u003e\u003e canvas.open(model.MapModel.load(\"openstreetmap\"), zoom=10, location=(48.645272, 1.841411))\n```\n\n![Tkmap widget](https://raw.githubusercontent.com/Moustikitos/tkinter-map/master/img/widget.png)\n\n## Features\n\n- [x] Tile set:\n    * [x] Google map\n    * [x] Google satellite\n    * [x] Open Street map\n    * [x] Mapbox satellite\n- [x] Custom map\n- [x] Zoom, pan and fast pan mouse action\n- [x] Latitude longitude pixel location\n- [x] Tile caching\n\n### Ongoing work\n\n- [ ] Location format and projection\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoustikitos%2Ftkinter-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoustikitos%2Ftkinter-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoustikitos%2Ftkinter-map/lists"}