This widget is used to display items with hierarchy. For instance, windows explorer can be reproduced in this way. Some nice tables can be also done using treeview widget.
Create the widget
tree=ttk.Treeview(master)
Definition of the columns
You can define how many columns, their width and min...