I have to create a binary tree with tkinter. I have a code to create the AVL binary tree but I also have to "Graph with tkinter" and search and I can not
I have to create a binary tree with tkinter. I have a code to create the AVL binary tree but I also have to "Graph with tkinter" and search and I can not
For this purpose you can use graphviz with the package pygraphviz . There is a method that you can use to export the graphic and once exported loads the image in tkinter. I recommend this tutorial to know how to generate graphics and export them.