Skip to content

[Feature] Use modern-looking GUIs #101

Description

Looking at the current GUI in organise_desktop/Clean.py, it's pretty simple and made with Tkinter.

I think the codebase could be converted to use Tkinter's ttk widgets which are a lot cleaner, modern-looking, and well designed. Another option is the customtkinter module, which too has modern widgets. I believe customtkinter, tkinter, and tkinter.ttk can all be used/combined together.

  • customtkinter is open source.
  • A great tutorial on modern GUIs with Tkinter's ttk and customtkinter can be found here.

I am not affiliated with ClearCode on Youtube.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions