-
-
Notifications
You must be signed in to change notification settings - Fork 937
Open
Labels
enhancementNew feature or requestNew feature or request
Description
->As of now, Tkinter Designer is generating gui files in line by line manner,
that structure of code slows the startup time in nuitka | pyinstaller builds, and also unmanagable for large projects.
-> So, My request is to generate the gui files as Class-based tkinter gui files,
which can increase the startup time in compiled binaries of nuitka | pyinstaller, and also make the code managable.
-> The possible approach is creating a sample class based tkinter template, and then adding addition elements into it.
-> If possible, then i would participate in the addition of this feature.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request