I see that Tkinter for qpython is available ( https://github.com/qpython-android/qpython3-core/blob/master/python3-src/Doc/library/tkinter.rst ) but it is not installed by default with Qpython app on android.
How can I install Tkinter on Qpython on android device? I could not get the answer from website. Thanks for your help.
QPython or QPython3 do not support tkiner yet.
Maybe you can give a try kivy on QPython as the GUI solution.