Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tkinter-map

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tkinter-map

Efficient web map tkinter canvas

  • 0.1.2
  • PyPI
  • Socket score

Maintainers
1

Tkmap widget

Efficient web map canvas for tkinter.

pypi

Support this project

Liberapay receiving Paypal me

Install

Version 0.1

python -m pip install tkinter-map

Developpment version

python -m pip install git+https://github.com/Moustikitos/tkinter-map.git@master

Requirement

If you plan to use Tkmap widget with map providers sending JPEG-based tiles, it is recommended to install the tcl package tkimg. Binaries can be extracted in .tcl directory at the root of tkmap package (ie the one containing the __init__.py module).

Use

>>> from tkmap import widget, model
>>> canvas = widget.Tkmap()
>>> canvas.pack(fill="both", expand=True)
>>> canvas.open(model.OpenStreetMap(), zoom=10, location=(48.645272, 1.841411))

Tkmap widget

Features

  • Tile set:
    • Google map
    • Google satellite
    • Open Street map
    • Mapbox satellite
  • Custom map
  • Zoom, pan and fast pan mouse action
  • Latitude longitude pixel location
  • Tile caching

Ongoing work

  • Location format and projection

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc