CustomTkinter is a Python UI-library based on Tkinter, which provides new, modern and fully customizable widgets

Shows a Pythin application window that uses modern looking CustomTKinter widgets

They are created and used like normal Tkinter widgets and can also be used in combination with normal Tkinter elements. The widgets and the window colors either adapt to the system appearance or the manually set mode (‘light’, ‘dark’), and all CustomTkinter widgets and windows support HighDPI scaling (Windows, macOS). With CustomTkinter you’ll get a consistent and modern look across all desktop platforms (Windows, macOS, Linux).

I did my first Python app using TKinter, mainly for its cross-platform GUI compatibility. But the great thing with CustomTkinter is that it may be fairly minor changes to port it over to using CustomTkinter. So this will be my December project as a to-do. I’d like to then standardise on CustomTkinter.

See https://github.com/TomSchimansky/CustomTkinter

#technology #Python #CustomTkinter #coding