10 Réponses
+ 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 .
+ 2
there is no gui on this app so no
+ 2
That's that's ........
Thanks G
+ 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
+ 1
I do have the pydroid app btw but I can't seem to find a place with elaborate explanation of gui in python ☹️🤔
+ 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
+ 1
👍👍
0
tkinter for basic gui.
pygame for... games.
Not on Sololearn though, no gui support
- 1
So on that tkinter issue does this app have any material on it 🤔🤔 or it's just flat🙂🙂
- 2
Try programming hero app it has a pygame tutorial
or just check tkinter/kivy/pygame
docs
just google
module name docs