How can I install or download pre built libraries in python android? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can I install or download pre built libraries in python android?

as you know that pre built libraries are the excellent source of modules and you may also know that QPython3.6 and Pydroid3 are some of the IDEs that android support for python programming. But any of these apps are not ft with almost full pre built libraries, so we have to download it as we needed but using the PIP function we cannot install libraries like the 'androidhelper' in Pydroid3 and the tkinter and the turtle mo dule in Qpython3.6 and because of that I am not able to make any speech to text output program like a talker. So can anyone give me the link from where I could download these and paste it in the lib or module folder and then I can use them or please suggest me any app that have all the pre built libraries or any website where we could do programming as like we did it on the mac and windows Thanks! 😊

21st Sep 2018, 3:56 PM
sanyam
sanyam - avatar
1 Answer
+ 1
Open CMD.exe Or Terminal Type "pip install" And then your library name:) Example: pip install smtplib pip install tkinter To upgrade pip: pip install --upgrade pip
9th Nov 2018, 6:21 AM
Jaidee
Jaidee - avatar