Is it possible to import Tkinter module on Android tablet using qpython? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it possible to import Tkinter module on Android tablet using qpython?

importation of Tkinter module

6th Dec 2016, 8:00 AM
Adroit Joshua Tsaura
Adroit Joshua Tsaura - avatar
2 Answers
+ 2
unfortunately it's not possible because output is a Windows form and can't execute in android (or at least I could not find a way to do it.)
29th Dec 2016, 1:54 PM
Hetbo.net
Hetbo.net - avatar
+ 1
brobably for python 3.0: import tkinter and for 2.7 import Tkinter
7th Dec 2016, 6:55 AM
Karl Giese
Karl Giese - avatar