How do I create Python GUI? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do I create Python GUI?

I want to know which resources I can acquire to best learn and implement creation of graphical user interface in Python

4th Apr 2017, 11:05 AM
Thabiso Pheko
Thabiso Pheko - avatar
3 Answers
+ 16
tkinter is how it won't work on Sololearn though
4th Apr 2017, 11:18 AM
Ahri Fox
Ahri Fox - avatar
+ 14
Not only Tkinter, but you can even use turtle graphics! It just won't be supported in sololearn's platform though :'( Just one more thing! Python wont allow you to use GUI Graphics in the same window, but will rather pop-up with a new window! So, keep your coding intentions clear on that!
5th Apr 2017, 8:57 AM
Harshit Gupta
Harshit Gupta - avatar
+ 10
@Harsh*t Gupta there are ways to hide the console
5th Apr 2017, 8:59 AM
Ahri Fox
Ahri Fox - avatar