ariel-weiss / graph_builder

Graph Builder with GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graph_builder

Cool Graph Builder with GUI.
Built as input program for my Graph Object project.

Drawing Nodes:

Click on the red canvas to draw nodes.

Connecting Nodes:

Right-click on a node to enter "connecting mode".
Then right-click on another node to draw an arrow between them (connect them).
Or, If you don't want to connect the node, right-click again on the selected node to exit 'connecting mode'.

Export Graph:

Click the 'Export Graph' button to write your graph into text file, model.txt

Example:

The following graph-
Example
Exported into this file:
(first the number of nodes, then the edges)

#6
(1, 4)
(1, 5)
(3, 4)
(2, 6)

About

Graph Builder with GUI


Languages

Language:Python 100.0%