This application creates a graph interactively with these properties:
- You can save the graph as a JSON file, a Python file holding a dictionary for an adjacency list, or a text file as an adjacency list.
- It also supports exporting to an SVG file.
- You can change the labels, colors, font colors and styles, edge colors and styles, node colors and styles in Settings.
- You have the utility Undo/Redo (CTRL+Z/CTRL+Y).
- You can add nodes by left-mouse click.
- You can create an edge by two left-clicks on two nodes.
- You can remove nodes or edges by right-mouse click.
- You can have directed edges by checking the option in the bottom of window.
- You can drag nodes by left-mouse button.