8 Respostas
+ 10
Very much.
I'm learning coding on my Android Phone, using Pydroid 3.
If you want to work with GUI, you could use these libaries
=======
1.Tkinter
2.Turtle
3.Kivy
3.WxPython
+ 6
Tkinter module is best for GUI.
here it is tutorial.
https://www.youtube.com/playlist?list=PLQVvvaa0QuDclKx-QpC9wntnURXVJqLyk
+ 3
You can use:
tkinter,
turtle,
PyQt5,
etc...
PyQt is the most famous, and, the (probably) best, but also the most complicated.
+ 3
You can use any of the frame works below:
Tkinter
Wxpython
PyQt
For simplicity, i will recommend Tkinter for you, while for advancement (Advance projects) i recommend Wxpython.
+ 2
import tkinter
+ 2
Yahiko you mention Kivy twice
+ 1
Thank you
0
Dlìte how can i use tkinter on pydroid 3, it is not displaying output on mine!