I need to learn how to make gui with python .... Any suggestions guys?? I don't see it anywhere on this app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I need to learn how to make gui with python .... Any suggestions guys?? I don't see it anywhere on this app

Making a gui with python eg buttons and other objects and maybe maybe a simple snake game for starters 🤔🤔🙂

7th Feb 2021, 11:28 AM
Mogire Thomas Ondieki
Mogire Thomas Ondieki - avatar
10 Answers
+ 2
Mogire Thomas Ondieki App doesn't supports gui for programming languages except for the web one. If you wanna learn gui with python search about Tkinter , look for tutorials and their documentation , download pydroid app (if you are using android device) and get started :) Sorry can't suggest you a tutorial for snake one .
7th Feb 2021, 11:38 AM
Abhay
Abhay - avatar
+ 2
there is no gui on this app so no
7th Feb 2021, 11:54 AM
Slick
Slick - avatar
+ 2
That's that's ........ Thanks G
7th Feb 2021, 11:57 AM
Mogire Thomas Ondieki
Mogire Thomas Ondieki - avatar
+ 2
I suggest you PyQt its a python powerful GUI library. Its also easy to work with it. You can use Qtdesigner to build your GUI only by drag and drog. Next with eric_ide you generate the python code of the build gui. Then you write the logic of your app and with pyInstaller you build the .exe file
9th Feb 2021, 3:50 AM
Elon
Elon - avatar
+ 1
I do have the pydroid app btw but I can't seem to find a place with elaborate explanation of gui in python ☹️🤔
7th Feb 2021, 1:03 PM
Mogire Thomas Ondieki
Mogire Thomas Ondieki - avatar
+ 1
Yup, thats cause all the explination is in the docs and spread thoughout pages online. If you really want to learn tkinter, you will have to look all that info up yourself. It'll work in pydroid though
7th Feb 2021, 1:12 PM
Slick
Slick - avatar
+ 1
👍👍
7th Feb 2021, 1:25 PM
Mogire Thomas Ondieki
Mogire Thomas Ondieki - avatar
0
tkinter for basic gui. pygame for... games. Not on Sololearn though, no gui support
7th Feb 2021, 11:38 AM
Slick
Slick - avatar
- 1
So on that tkinter issue does this app have any material on it 🤔🤔 or it's just flat🙂🙂
7th Feb 2021, 11:53 AM
Mogire Thomas Ondieki
Mogire Thomas Ondieki - avatar
- 2
Try programming hero app it has a pygame tutorial or just check tkinter/kivy/pygame docs just google module name docs
9th Feb 2021, 1:59 PM
Ireneo language