+ 1
GUI interface creation
I'm new in Python, and I would like to know the available tools for creating applications with GUI interfaces that could run as "native" application in Windows and Linux OS. What are the options and tradeoffs? Thanks
1 Resposta
+ 5
Tkinter is the most widely used library for GUI stuff, there are quite a few others though, so for advantages and tradeoffs you should consult the docs: docs.python.org/3/faq/gui.html (: