Is there a way to make a ui using python only | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

8th Aug 2018, 10:54 PM
BananasDZN sd
BananasDZN sd - avatar
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).
8th Aug 2018, 10:58 PM
ghostwalker13
ghostwalker13 - avatar
+ 1
so that means you cant do it in sololearn
9th Aug 2018, 10:15 AM
BananasDZN sd
BananasDZN sd - avatar
+ 1
Not an easy task for beginner, you should study GUI framework e.g. PyQT or use applications like QT Designer, good luck )
10th Aug 2018, 4:24 PM
Alexander Gora
Alexander Gora - avatar
0
yes pyqt
9th Aug 2018, 4:52 PM
Shashi Kant Dwivedi
Shashi Kant Dwivedi - avatar