Python Forum

Full Version: GUI Style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Tkinter is very easy to learn and master. But it keeps looking old (Windows 7ish). Am I missing a part where it looks new? If not what other modules are recommended to give a new look (Windows 10 like). Or should I try to make it with html and css, then hook it with python?
No, you aren't missing anything. It looks old. Even if you use the ttk widgets that support styling it still looks old.

What are you trying to make?
You can style Tkinter with ttkthemes

https://ttkthemes.readthedocs.io/en/latest/example.html
There's also:

wxpython: https://docs.wxpython.org/
Check the gallery for an idea of what's there.

QT: https://www.qt.io/product/qt6
in python use PyQT6: https://www.riverbankcomputing.com/software/pyqt/

Kivy: https://kivy.org/#home