Create custom themes with TKinter on Python

thebotmaker

Supreme Member
Jr. VIP
Joined
Oct 11, 2018
Messages
1,231
Reaction score
1,045
Want to create custom themes with Tkinter for your applications? With this library it's possible.


"CustomTkinter is a python UI-library based on Tkinter, which provides new, modern and fully customizable widgets. They are created and used like normal Tkinter widgets and can also be used in combination with normal Tkinter elements."

I tested it out and it seems decent, check it out here:

https://github.com/TomSchimansky/CustomTkinter
 
Back
Top