How to create a graphical interface in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to create a graphical interface in python

26th Apr 2017, 2:59 PM
Isura Gayan
Isura Gayan - avatar
2 Answers
+ 4
Take a look here: https://www.sololearn.com/discuss/339620/?ref=app https://www.sololearn.com/discuss/294631/?ref=app For simple yet effective solution - use tkinter. More advanced but a bit complex - kivy. 2D games - pygame. 2D/3D with OpenGL - pyglet.
26th Apr 2017, 3:31 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 1
I'm sure you'll ​find one of these useful. If you are not after a specific use case, you can start to play around with TkInter. https://wiki.python.org/moin/GuiProgramming
26th Apr 2017, 3:19 PM
Tob
Tob - avatar