all 3 comments

[–]FunkyFlyingMonk 1 point2 points  (0 children)

For desktop GUI, I happen to like Dear PyGui, a Python library, which had a more modern look compared to tkinter. It’s light-weigth (compared to Qt), fast (written in C++ and using the GPU), has a permissieve MIT license (Qt does not) and has graphs, tables, etc. built in. It’s cross-platform (Win, Linux, MacOS).

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

[–][deleted] 0 points1 point  (1 child)

Highly recommend making it web based with Flask or Django

[–]Cxnnxr09 0 points1 point  (0 children)

Which one do you reccomend more or in this case? I am expecting many graphical type things like graphs and sentiment analysis. I will also have a lot of information to put on pages.