Installing Tkinter on Qpython

rnso picture rnso · Nov 9, 2017 · Viewed 7.1k times · Source

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.

Answer

River picture River · Nov 24, 2017

QPython or QPython3 do not support tkiner yet.

Maybe you can give a try kivy on QPython as the GUI solution.