Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
How do I run Python scripts on Android devices? There seem to be a bunch of different approaches; what are the advantages and disadvantages? In no particular order (and likely missing some usefu...
#2: Post edited
How do I run Python scripts on Android devices?
- How do I run Python scripts on Android devices?
- There seem to be a bunch of different approaches;
- what are the advantages and disadvantages?
- In no particular order (and likely missing some useful tools):
- * Kivy Python framework
* Termux (*)- * Pyodide
- * Scripting Layer for Android
- * python-for-android
- * Pydroid 3
- * QPython
* Chaquopy (*)* pyqtdeploy (*)* Buildozer (*)* Briefcase (*)- * Pyjnius
- * Transcrypt
- * Brython
- * JavaScripthon
- * JS2Py
- * PyScript
- * py2wasm
- * PyPy.js
- * MicroPython.js / MicroPython.wasm
- * "RPython WASM"
- * ... any others I've missed?
(*) mentioned in the ["Using Python on Android"](https://docs.python.org/3/using/android.html) section of the official Python documentation
- How do I run Python scripts on Android devices?
- There seem to be a bunch of different approaches;
- what are the advantages and disadvantages?
- In no particular order (and likely missing some useful tools):
- * Kivy Python framework
- * Termux[^py-docs]
- * Pyodide
- * Scripting Layer for Android
- * python-for-android
- * Pydroid 3
- * QPython
- * Chaquopy[^py-docs]
- * pyqtdeploy[^py-docs]
- * Buildozer[^py-docs]
- * Briefcase[^py-docs]
- * Pyjnius
- * Transcrypt
- * Brython
- * JavaScripthon
- * JS2Py
- * PyScript
- * py2wasm
- * PyPy.js
- * MicroPython.js / MicroPython.wasm
- * "RPython WASM"
- * ... any others I've missed?
- [^py-docs]: Mentioned in the ["Using Python on Android"](https://docs.python.org/3/using/android.html) section of the official Python documentation
#1: Initial revision
How do I run Python scripts on Android devices?
How do I run Python scripts on Android devices? There seem to be a bunch of different approaches; what are the advantages and disadvantages? In no particular order (and likely missing some useful tools): * Kivy Python framework * Termux (*) * Pyodide * Scripting Layer for Android * python-for-android * Pydroid 3 * QPython * Chaquopy (*) * pyqtdeploy (*) * Buildozer (*) * Briefcase (*) * Pyjnius * Transcrypt * Brython * JavaScripthon * JS2Py * PyScript * py2wasm * PyPy.js * MicroPython.js / MicroPython.wasm * "RPython WASM" * ... any others I've missed? (*) mentioned in the ["Using Python on Android"](https://docs.python.org/3/using/android.html) section of the official Python documentation
