Python Forum
Which GUI toolkit to use if less resource consumption is a priority. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: Which GUI toolkit to use if less resource consumption is a priority. (/thread-29304.html)



Which GUI toolkit to use if less resource consumption is a priority. - NIHILIST - Aug-27-2020

I believe the tittle itself is sufficient.
I'm currently learning gui programming using tkinter.
I hope to do a web browser project if I ever attain that much proficiency.


RE: Which GUI toolkit to use if less resource consumption is a priority. - jefsummers - Aug-28-2020

For a webapp would recommend Flask. Less resources I believe than Django, and those are currently the big 2.