Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Is there a way to run Python on Android?

import android droid = android.Android() code = droid.scanBarcode() isbn = int(code['result']['SCAN_RESULT']) url = "http://books.google.com?q=%d" % isbn droid.startActivity('android.intent.action.VIEW', url)
Source by androidandrey.com #
 
PREVIOUS NEXT
Tagged: #Is #run #Python
ADD COMMENT
Topic
Name
4+3 =