Importint tkinter (python) in Android | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Importint tkinter (python) in Android

I want to use tkinter. Computer or Laptop doesn't have in my home ,Is there any way to import tkinter module of python in my android phone...??

9th Oct 2018, 6:39 PM
Dharmesh Kale
Dharmesh Kale - avatar
7 Answers
+ 7
You need to go to Pip, then search for the library "threadsafe-tkinter" and download this one.
11th Nov 2018, 5:21 PM
Cyon
Cyon - avatar
+ 5
You should be able to do it with Pydroid 3 https://play.google.com/store/apps/details?id=ru.iiec.pydroid3
9th Oct 2018, 6:51 PM
David Ashton
David Ashton - avatar
+ 3
I could be wrong about tkinter in Pydroid3. https://www.sololearn.com/Discuss/1062655/?ref=app If you choose pip in the Pydroid3 menu and search tkinter it shows what's available
9th Oct 2018, 9:30 PM
David Ashton
David Ashton - avatar
+ 1
I have Pydroid3 (version 2.22) in my Cell and it works perfectly
9th Oct 2018, 7:34 PM
Luiz Santos
Luiz Santos - avatar
+ 1
Luiz , i also have Pydroid (version 2.22) but not work on my mobile. is you install some library or do something...??
9th Oct 2018, 8:11 PM
Dharmesh Kale
Dharmesh Kale - avatar
+ 1
Darmesh, i just install the Pydroid3 app
9th Oct 2018, 8:26 PM
Luiz Santos
Luiz Santos - avatar
0
David Ashton , when i type "from tkinter import * " it not working on pydroid 3.
9th Oct 2018, 7:14 PM
Dharmesh Kale
Dharmesh Kale - avatar