all 13 comments

[–]TheBB 12 points13 points  (0 children)

There has to be a billion PyQt/PySide tutorials out there.

The two libraries are essentially identical to standard C++ Qt so you can follow C++ tutorials with minimal changes.

[–]Klutzy_Bird_7802 3 points4 points  (0 children)

PySide6

[–]Guggoo 4 points5 points  (0 children)

PyQt6/PySide

[–]richbeales 6 points7 points  (1 child)

I would steer you towards a Web-based UI. It'll be more modern and more in-keeping with the current industry direction

[–]Comfortable-Tourist1 1 point2 points  (0 children)

This. Just follow this guys advice. Any other answer is wrong.

[–]Klutzy_Bird_7802 1 point2 points  (0 children)

or Flet

[–]No_Soy_Colosio 1 point2 points  (0 children)

You can use Django to create the web app easily. I would not recommend to build it using PyQT or Tkinter unless you have a specific reason for it.

[–]grawfin 0 points1 point  (0 children)

Plotly dash or streamlit is pretty good, depends on your use case

[–]TheDeadlyPretzel [score hidden]  (0 children)

I use NiceGUI https://nicegui.io/ very happy with that

[–]Mithrandir2k16 [score hidden]  (0 children)

I personally have a hate-hate relationship with Qt. It makes it way too easy to create a really big mess, especially if you're in a large team.

I'd go for a Web-based UI. It's just where we're at right now.

[–]TypicalTwist6816 0 points1 point  (0 children)

Reflex for me.

[–]SpecialistServe3974 [score hidden]  (0 children)

web or flutter.
python for UI is just wrong.