2 ответов
+ 1
tkinter , turtle
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.