From kory at avatarci.com Mon Jun 22 14:04:37 2020 From: kory at avatarci.com (Kory Hamzeh) Date: Mon, 22 Jun 2020 11:04:37 -0700 Subject: [Pygui] Tree Views with PyGUI Message-ID: Hello, I have been looking for a simple Python GUI module for a desktop application. PyGui looks really nice. The only thing I need that is ?fancy? is a Tree View, much like the left pane in Windows File Explorer or the right pane in Mac Finder in which directories with subdirectories have a ?carrot? on the left that can expand or collapse the list. I read through the PyGUI documentation and did not see anything like that. It could very well be that PyGui has that widget and I just didn't understand it. Is that something that can be done fairly easily with PyGui? I will eventually need to add checkboxes to each item, and checking/unchecking a folder will check/uncheck all of it dependents. Thanks, Kory