+ 3
Is there a way to make a ui using python only
By ui I mean a thing with buttons you can click on using only phyton
4 Answers
+ 5
With a library/module such as TKinter or Kivy, yes.
By itself, Python doesn't have image rendering built in; see, the IDLE is built with TKinter (which lays on top of OpenGL).
+ 1
so that means you cant do it in sololearn
+ 1
Not an easy task for beginner, you should study GUI framework e.g. PyQT or use applications like QT Designer, good luck )
0
yes pyqt