GUI interface creation | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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

22nd Jul 2017, 3:03 PM
Anderson Borges
Anderson Borges - avatar
1 ответ
+ 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 (:
22nd Jul 2017, 4:58 PM
Maya
Maya - avatar