How to Run an embedded Python interpreter on Android?

I would like to know how I can go about running a Python interpreter that is embedded inside an Android Apk and making it run a .py script, or a pyc script also inside the apk. How can all this be configured from code?

1 Like

Hey @sprotz, thanks for coming to ask here, but this is more of a beginner forum and what you’re asking is a huge task. Sorry, I can’t help you but maybe someone else can.