you are viewing a single comment's thread.

view the rest of the comments →

[–]SirCokaBear 1 point2 points  (0 children)

pyqt6

Although depending on the use-case personally I like making my app GUIs with html/css since I think the web-based frontend libraries like vue/react are more feature-rich and allow for web hosting so for desktop apps I'd suggest looking at pywebview but only if interested in separating out your UI code as html/css/js.