Skip to main content

A Tkinter-based Python package for creating and visualizing simple maps with nodes and paths. (1.0.3 has other bug fixes, download this version.)

Reason this release was yanked:

Messy, has bug

Project description

tkmapx - A Python Package

tkmapx is a package that is simple to code with, as it is focused on simplicity.

Steps to use:

Prerequisites:

  1. Python 3 installed (minimum Python >= 3.8)
  2. An IDE (like IDLE, or PyCharm Community)

Installation

In your terminal, type this command:

    pip install tkmap

It is very lightweight (around 7.4 kb).

After it installs, open a Python file (e.g: app.py) and paste this:

from tkmapx import MapCore

m = MapCore()
m.add_location(100, 10, "Castle")
m.add_location(120, 20, "Home")

m.draw_path("Castle", "Home")

m.show()

After, run this command (or just press the Green Play button if you use PyCharm.):

    python yourfilename.py

Replace 'yourfilename.py' with your actual Python filename.

If it shows a Tkinter window with a white background + blue dots with text up them and others, this package is working for you!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tkmapx-1.0.3.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tkmapx-1.0.3-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file tkmapx-1.0.3.tar.gz.

File metadata

  • Download URL: tkmapx-1.0.3.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for tkmapx-1.0.3.tar.gz
Algorithm Hash digest
SHA256 77a2bac3a4b9412da450125c6b44535dbe5f8eba9a855be4cb6d1e9985b789fc
MD5 f6c0023863ad0f06e7f54fc1b2bee866
BLAKE2b-256 39e69d03738b90c1c9e6b7a7144695d87cfd4c8c1f4705ba045cee86c4ce0c68

See more details on using hashes here.

File details

Details for the file tkmapx-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: tkmapx-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 2.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for tkmapx-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2d9b6c5c48b2e4b2e4917ba07ef5c48fbc0a60707c1a7cda54c2064a25f5839f
MD5 e013d823d1929b3231e44a808886fa9d
BLAKE2b-256 482d03d36bc083b813b64aa15fd2694eed5768137ae9338a5f2f40ab14d0a347

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page