A simple drag and drop application to help visualise various graph algorithms
Project description
Node Demonstrator
Building a drag and drop desktop (Tkinter) application to help visualise various graph algorithms.
Current progress
- drag and drop interface to build a graph
- can be weighted or unweighted
- in "node" mode...
- click to create a node
- drag to move a node and associated edges
- double-click to rename nodes, if the default names aren't sufficient
- double-right click to delete a node
- in "edge" mode...
- click and drag between nodes to create an edge
- drag to rotate a loopback edge out of the way
- double-click to change the weight of an edge
- double-right click to delete an edge
- choice of stepped or timed trace of supported algorithms
- available algorithms
- breadth-first / depth-first from a given start point (with or without end point, ie traversal and/or search)
- Dijkstra and A* shortest path
Usage
- Currently, this project uses the tweaked version of CustomTkinter that needs to be obtained directly from here until the submitted PR is approved into the main project.
- To run, install package then launch with "python -m nodemon"
Future algorithm support
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nodemon-0.0.16.tar.gz
(60.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nodemon-0.0.16-py3-none-any.whl
(57.0 kB
view details)
File details
Details for the file nodemon-0.0.16.tar.gz.
File metadata
- Download URL: nodemon-0.0.16.tar.gz
- Upload date:
- Size: 60.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
805ded3fbfb408a3888f16d4557053489400339a557af87a08b05ed1ed747f19
|
|
| MD5 |
d11c8145d4804697e615ee560325a5ae
|
|
| BLAKE2b-256 |
8b9befda642039562b453bbc61b8d0787adf71f6706ebf92f6f7bd1e556a5a26
|
File details
Details for the file nodemon-0.0.16-py3-none-any.whl.
File metadata
- Download URL: nodemon-0.0.16-py3-none-any.whl
- Upload date:
- Size: 57.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
179643ebd4f188569086de5bf6b14b0025d939b3850f5a938d63aff33ce3fc8a
|
|
| MD5 |
5444d1cb5223b8020e0271cbdeb14137
|
|
| BLAKE2b-256 |
8632b55a46b9b212d6767689a0dc8fb69d9bdc2ae51da2ecb3657cf4c04f4f4e
|