[Pygui] Tree Views with PyGUI

Kory Hamzeh kory at avatarci.com
Mon Jun 22 14:04:37 EDT 2020


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



More information about the Pygui mailing list