Skip to content

Class Based GUI File Generation #473

@TheHackerClown

Description

@TheHackerClown

->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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions