Python Forum
[Tkinter] GUI Style
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] GUI Style
#1
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?
Reply
#2
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?
Reply
#3
You can style Tkinter with ttkthemes

https://ttkthemes.readthedocs.io/en/latest/example.html
Reply
#4
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
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020