1 ответ
+ 3
You can use the pre-installed Tkinter module, to build some GUI. You just have to import it:
import tkinter
Maybe you have a look on the many tkinter tutorials before you start. It is not that easy for absolute beginners because you need a lot additional stuff to handle this module. In any case you should know the basics in object oriented programming.
PS tkinter doesn't work here in the playground