Here is a really nice set of actively maintained fancier widgets...can they be added to Page choices, so an easy layout can be done (you would have to pip install customtkinter for it to run)? https://github.com/TomSchimansky/CustomTkinter/wiki/Themes
The simple answer is no we can't add CustomTkinter widgets to PAGE.
PAGE is written in Tcl and generates Python3 code and that means it is limited to widget sets which are available to both tcl/tk and Python. CustomTkinter widgets are not implemented for Tk.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here is a really nice set of actively maintained fancier widgets...can they be added to Page choices, so an easy layout can be done (you would have to pip install customtkinter for it to run)? https://github.com/TomSchimansky/CustomTkinter/wiki/Themes
The simple answer is no we can't add CustomTkinter widgets to PAGE.
PAGE is written in Tcl and generates Python3 code and that means it is limited to widget sets which are available to both tcl/tk and Python. CustomTkinter widgets are not implemented for Tk.