How to download libraries or modules in python.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to download libraries or modules in python.?

I want to use androidhelper but after import it shows no module name "androidhelper"

8th Jul 2022, 3:40 PM
Mafia Leader
Mafia Leader - avatar
4 Answers
+ 3
You need to install it using the 'pip' command. Go into the command line or shell, and type: > pip install androidhelper
8th Jul 2022, 3:51 PM
Sandeep
Sandeep - avatar
+ 2
You can use 'pydroid' app on Android. In the left menu in pydroid app, there is terminal option.
9th Jul 2022, 6:28 AM
Sandeep
Sandeep - avatar
+ 1
Thank you "sandeep"
9th Jul 2022, 3:26 PM
Mafia Leader
Mafia Leader - avatar
0
How can i use terminal to install with pip in android
9th Jul 2022, 4:10 AM
Mafia Leader
Mafia Leader - avatar