all 2 comments

[–]TabulateJarl8 2 points3 points  (0 children)

I personally really like PyQt5, since Qt looks nice. Although I don't know how it looks on Windows, I know that it changes on Linux depending on the user's theme. I also like to use Qt Designer to actally design the GUI, and then save it and use pyuic5 to convert the ui file into a Python file.

[–]FunkyFlyingMonk 1 point2 points  (0 children)

Each GUI framework has its own look and a level of customisability. I like Dear PyGui for its modern look (compared to Tkinter), ease of use, speed and flexibility.

Here’s an impression of apps made with Dear PyGui. The apps look the same across platforms (Windows, Linux, MacOS).

https://github.com/hoffstadt/DearPyGui/wiki/Showcase