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.
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
ttkwidgets which are a lot cleaner, modern-looking, and well designed. Another option is thecustomtkintermodule, which too has modern widgets. I believecustomtkinter,tkinter, andtkinter.ttkcan all be used/combined together.customtkinteris open source.ttkandcustomtkintercan be found here.I am not affiliated with ClearCode on Youtube.