QPython3 - Python3 for Android - how install 'android' module to run this app
Unsolved
Mobile and Embedded
-
QPython3 - Python3 for Android
https://play.google.com/store/apps/details?id=org.qpython.qpy3&hl=en
I installed THIS >>> QPython3 App
Tried run the below on the phone but fails… due NOT FOUND android module
how install additionally on my s6 Samsung Smartphone the python android module … ?import android
app = android.Android()
name = app.dialogGetInput("Enter Your Information", "Name: ").result
app.dialogDismiss()
app.dialogCreateAlert("Welcome", "Hello %s" % name)
app.dialogSetPositiveButtonText('OK')
app.dialogShow()