Which is the best user graphic interfaz module for Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Which is the best user graphic interfaz module for Python?

I've created some coding programes with Python and would like to give them a friendly graphic interfaz for users. Thanx.

11th Sep 2016, 4:50 PM
Carlos Sacanell
Carlos Sacanell - avatar
2 Answers
+ 1
tkinter , turtle
11th Sep 2016, 5:56 PM
Shubham
0
tkinter (python 3) or Tkinter (python 2) is the native gui module in python and belongs to the standard library. there are more module if you are interested but tkinter is great to start with, at least the updated one which has ttk (search it of you want). some other examples are kivy, wxPython, nuitka. turtle is graphics mostly for kids to get intersted in coding and it's included in the standard library.
11th Sep 2016, 10:59 PM
George Tavanidis
George Tavanidis - avatar