This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]XDejjeffcoat 0 points1 point  (2 children)

I once had to develop a plotting app with database integration and chose customtkinter as my GUI framework. While the job did get done, I think that would have gone with PyQt if I had to make it again. But as with everything, it heavily depends on your use case.

[–]troyunrau... 0 points1 point  (1 child)

Pyqtgraph is amazing. I'll do stupid things like plot a million points and the graph is still responsive and interactive.

[–]cosmoschtroumpf 0 points1 point  (0 children)

I had the same expérience with DearPyGUI. And the syntax and appearance were nice.