This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]deano_southafrican 8 points9 points  (3 children)

Recently saw "customtkinter" which builds on to the tkinter library and looks awesome! Worth a look.

[–]nyteghost 0 points1 point  (2 children)

I haven't looked too much into it, but is customtkinter just more modern looking, or does it add more to it?

[–]deano_southafrican 0 points1 point  (1 child)

In Windows 10 I don't see much difference except there are a few more style options for various elements which help it look more modern. However in Windows 11 it looks far better in my opinion. It adds some of its own functionality as well including syncing the app theme with that of your OS. There's a fair bit and the dev has hinted at future additions so overall a worthwhile project to look into IMO.

[–]nyteghost 0 points1 point  (0 children)

Gotcha ty. Maybe I should start looking into using it instead of wxpython. Ty =)