Additional widget sets - alejandroautalan/pygubu-designer GitHub Wiki
Pygubu v0.27 now supports the usage of the following widget sets:
- AwesomeTkinter
- ttkwidgets
- tkcalendar
- tkintertable
- tksheet
- tkinterweb
- tkintermapview
- customtkinter
To install one of them use the following command:
pip install pygubu-designer[AwesomeTkinter]
Or you can install all sets with:
pip install pygubu-designer[all]
The additional widgets will be located in the Widgets Panel.