android-python27 icon indicating copy to clipboard operation
android-python27 copied to clipboard

Embed Python 2.7 (3.2 and others) interpreter and your scripts into an Android APK

Results 8 android-python27 issues
Sort by recently updated
recently updated
newest added
trafficstars

我问一下能不能把python编译器加上一些包比如requests等等封装到位的app上 然后可以执行.py文件或者单行代码 你这么怎么用呢

Ladies and Gentleman, I've resurrected this project. If you are still interested check out my fork. https://github.com/ainsophical/droid-python Update: Now runs on Android >= 5.0

while I was testing apk project or apk_python32 project in eclipse IDE, An error occurred.as follows: Archive for required library: 'libs/armeabi/libcom_googlecode_android_scripting_Exec.so' in project 'apk_python32' cannot be read or is not...

I have look throgh all the wiki of android-python27 on code google site, must we write Python scripts with by using SL4A? Can we just write Python which get some...

![capture](https://cloud.githubusercontent.com/assets/5846463/8903028/390e42ea-347f-11e5-8896-34aabfaa466a.PNG)

How can I pass String value from EditText In Android Activity to Python Script and also make the activity able to retrieve the String result from a function in the...