I’m looking for an Android python compiler interpreter that runs locally on my phone. Any suggestions are appreciated. FOSS apps preferred of course.
Edit: changed compiler to interpreter
Edit 2: I ended up going with Pydroid3. I wish there was a FOSS alternative.
You’re looking for the Python interpreter as Python does not compile (unless you want to get pedantic about .pyc files). Here’s probably your best resource - https://opensource.com/article/20/8/python-android-mobile
Thanks! I’ll look into it