The description and presentation of the application's function can be found in the file Opis projektu.
Tkinter – a Python library for creating graphical user interfaces, used in the project to create a mini-windowed application. Included in the standard Python installations on Linux, Microsoft Windows, and MacOS X.
Documentation: Tkinter Documentation
Webbrowser – a web browser module used in the project to add a link redirecting the user to the author's GitHub profile.
Documentation: webbrowser Documentation
Graphviz – a package facilitating the creation and rendering of graph descriptions in the DOT language, used in the project to generate a file containing a graph of the user-defined Binary Search Tree (BST).
Package page: Graphviz Package
Installation: Graphviz Download