Skip to main content

A Tkinter-based Python package for creating and visualizing simple maps with nodes and paths.

Reason this release was yanked:

Not supported

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 tkmap 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.1.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.1-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tkmapx-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 61eb217bb5bf37b0b6102a9ba7c5965e4bdd73e1a3ecda655ceb55c07db4fc94
MD5 6cb058dc1eea518ed6b4fc3ba587bd7b
BLAKE2b-256 cdce55c75d66494190b65d348aaee4fa75aac5679b537a6a8836f3d2b737f776

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tkmapx-1.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0318a6623ddd910863ea09c3db37c9dc9e7866c869b5816b9370602f355aaaa8
MD5 5a8db10a05e7a1ce40de88e161433953
BLAKE2b-256 88606295bc77b6f1d76707087188eb03186319472a1fbb6fdcb38dc22bb647a5

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