In this video we use an OptionMenu to display the names of objects. When one is selected, a button will run a function that then finds that object and displays more information about it.
This is a simple tutorial covering the interactions between Tkinter's OptionMenu, Button, Label and objects.