devpack / android-python27

Embed Python 2.7 (3.2 and others) interpreter and your scripts into an Android APK
156 stars 111 forks source link

Project Forked #8

Open michaelrinderle opened 8 years ago

michaelrinderle commented 8 years ago

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

JMS282 commented 5 years ago

Hello Ainsophical, I see this project its amazing. But I have some question, when I run my script: e.g: main.py that have this code: print("hello") Nothing happen. So I want to know how can I run my script and see the result in terminal shell, like in qpython.

Sorry My English is not good.