🌐
GitHub
github.com › kivy › python-for-android
GitHub - kivy/python-for-android: Turn your Python application into an Android APK · GitHub
Turn your Python application into an Android APK. Contribute to kivy/python-for-android development by creating an account on GitHub.
Starred by 8.9K users
Forked by 2K users
Languages   Python 75.1% | Java 13.9% | C 5.4% | Makefile 1.4% | kvlang 1.4% | Cython 1.2%
🌐
GitHub
github.com › TrellixVulnTeam › python-for-android_SCYG
GitHub - TrellixVulnTeam/python-for-android_SCYG: Turn your Python application into an Android APK · GitHub
Automatic support for most pure Python modules, and built in support for many others, including popular dependencies such as numpy and sqlalchemy. Multiple architecture targets, for APKs optimised on any given device. AAB: Android App Bundle support.
Author   TrellixVulnTeam
Discussions

android - Run python code right out of github on phone - Stack Overflow
Bring the best of human thought and AI automation together at your work. Explore Stack Internal ... Is there any mobile python IDE that let you get download code from GitHub directly into the app? In fact, IDE would be an overkill - I don't need to code in the app, just need to run code as a quick demo to discuss ideas with people. My code don't launch GUIs, only console outputs. My phone is Android... More on stackoverflow.com
🌐 stackoverflow.com
Running Python on Android phone
https://github.com/termux/termux-app - This is what you want. There is a little bit of a learning curve, but it sounds like you probably know some shell. Use "proot" to install basically any linux distro you want (within reason. People actually get windows running just fine on android too with X11 over ssh, haha) Then python away to your hearts desire. If you want something a bit "Higher level" that does not require you setting up a linux environment on your device, most popular choice is https://play.google.com/store/apps/details?id=ru.iiec.pydroid3&hl=en_US&pli=1 (pyrdroid). Based on your interest in what is going on on your phone, in that case you should totally look into *Tasker*. That allows you to automate and write scripts for apps and android builtins, and there is a Termux-Tasker thingy too. Tasker has third party plugins that allow python support. Because Tasker is not free, I am not going to link to it, just so I don't seem like a shill. (I've never used it myself, I can do literally everything I want on termux even w/o root). There are other open-source options that do similar things. More on reddit.com
🌐 r/learnpython
22
7
December 14, 2024
Python IDE for Android
If you don't mind cloud based solution (the code is stored and ran on cloud), tou can try Replit app: https://play.google.com/store/apps/details?id=com.replit.app I like that you can just open the replit webapp in browser on your PC or laptop and continue there, one downside is that the free tier doesn't allow private repos, so everyone can see your code and obviously you need internet connection to run the code. If you want more tradition solution where you store and run the code on your phone, Pydroid is the best IDE i found: https://play.google.com/store/apps/details?id=ru.iiec.pydroid3 More on reddit.com
🌐 r/AskProgramming
5
5
April 17, 2023
Best python for Android?
PyDroid is arguably your best bet. QPython has better integration with the phone itself and can theoretically control its hardware more easily, but in my experience it's quite buggy. More on reddit.com
🌐 r/learnpython
10
6
September 28, 2023
🌐
GitHub
github.com › Android-for-Python › Android-for-Python-Users
GitHub - Android-for-Python/Android-for-Python-Users: An unofficial Buildozer users' guide · GitHub
November 14, 2023 - Of course this does not describe many apps. This document is not a substitute for Reading The Fine Manual (RTFM). Your basic resources are Buildozer, Python for Android, and Android.
Starred by 159 users
Forked by 22 users
🌐
GitHub
github.com › PsiCodes › ktxpy
GitHub - PsiCodes/ktxpy: Python Compiler/ide For Android with Material3 · GitHub
Python Compiler/ide For Android with Material3. Contribute to PsiCodes/ktxpy development by creating an account on GitHub.
Starred by 95 users
Forked by 21 users
Languages   Kotlin
🌐
GitHub
github.com › topics › python-for-android
python-for-android · GitHub Topics · GitHub
🔥🔥🔥AidLearning is a powerful AIOT development platform, AidLearning builds a linux env supporting GUI, deep learning and visual IDE on Android...Now Aid supports CPU+GPU+NPU for inference with high performance acceleration...Linux on Android or HarmonyOS · android python linux terminal jupyter opencl vscode python-for-android aiot tflite linux-android aios android-linux-ai linux-on-android android-hacking py2apk android-opencl android-linux macos-on-android
🌐
GitHub
github.com › kuri65536 › python-for-android
GitHub - kuri65536/python-for-android: Automatically exported from code.google.com/p/python-for-android
This repository is in alpha development. forked from Py4A on GoogleCode · see Releases page, and select an installer: PythonForAndroid-debug.apk . ... This is Python built to run on Android devices.
Starred by 254 users
Forked by 105 users
Languages   Python 69.7% | HTML 23.7% | Java 2.8% | C 2.6% | OpenEdge ABL 0.5% | Makefile 0.3% | Python 69.7% | HTML 23.7% | Java 2.8% | C 2.6% | OpenEdge ABL 0.5% | Makefile 0.3%
🌐
GitHub
github.com › qpython-android › qpython
GitHub - qpython-android/qpython: QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
Compared with other Python apps, QPython mainly solves how to use Python to drive your Android device work. Good SL4A support is our main goal, such as android's camera, sensor, sms media APIs etc. QPython already has millions of users worldwide and it is also an open source project. For different usage scenarios, QPython has two branches, namely QPython Ox and 3x.
Starred by 1.2K users
Forked by 206 users
Languages   Java 97.6% | AIDL 1.2% | C++ 0.6% | C 0.2% | CSS 0.2% | HTML 0.1% | Java 97.6% | AIDL 1.2% | C++ 0.6% | C 0.2% | CSS 0.2% | HTML 0.1%
🌐
GitHub
github.com › topics › python-on-android
python-on-android · GitHub Topics · GitHub
A demo or test program using Chaquopy to run a Python script in a Java app meant to run on Android. The app uses the sklearn diabetes dataset for generating and preforming functions with neural network models.
Find elsewhere
🌐
GitHub
github.com › chaquo › chaquopy
GitHub - chaquo/chaquopy: Chaquopy: the Python SDK for Android · GitHub
Chaquopy provides everything you need to include Python components in an Android app, including: Full integration with Android Studio's standard Gradle build system. Simple APIs for calling Python code from Java/Kotlin, and vice versa.
Starred by 1.2K users
Forked by 186 users
Languages   Python 91.1% | Cython 3.2% | C 2.3% | Java 2.1% | Kotlin 0.7% | Shell 0.6%
🌐
GitHub
github.com › Android-for-Python
Android-for-Python - Overview
Examples of Kivy on Android, see the INDEX. Android-for-Python has 25 repositories available. Follow their code on GitHub.
🌐
Stack Overflow
stackoverflow.com › questions › 53966362 › run-python-code-right-out-of-github-on-phone
android - Run python code right out of github on phone - Stack Overflow
Anyway, I tried Kivy, and I got a screen like this (not intend to go off topic like the other question did, just trying to show Kivy did not solve my issue): PyDroid 3 is half way what I want.
🌐
GitHub
github.com › kivy › python-for-android › releases
Releases · kivy/python-for-android
Turn your Python application into an Android APK. Contribute to kivy/python-for-android development by creating an account on GitHub.
Author   kivy
🌐
Reddit
reddit.com › r/learnpython › running python on android phone
r/learnpython on Reddit: Running Python on Android phone
December 14, 2024 -

First: As I have seen some a bit hostile responses to questions like this here so please tell me to fuck off if I'm in wrong. :)

I want to be able to run Python programs on my Android phone. The main usage will be file management and editing of text files etc. Maybe use it to control or monitor activities on the phone. I'm not asking for anything about coding in Python, maybe except Android specific things. (I'm not familiar with coding with Python but will learn that by other means).

So in short: what to install, how to install (in short - I have not any experience in installing these kind of software on my phone) and elementary pitfalls.

(Background: have been programming professionally since 1979 and are still doing that. Mainly mainframe.)

Thomas

🌐
GitHub
github.com › AhmetFurkanDEMIR › Mobile-application-development-with-Python
GitHub - AhmetFurkanDEMIR/Mobile-application-development-with-Python: Android and iOS · GitHub
With the BeeWare module, we will run our Python(Toga) codes on mobile devices. BeeWare documentation : Click · What are Android and iOS ?, let's find out :). Android : Android is a mobile operating system based on a modified version of the Linux kernel and other open source software, designed primarily for touchscreen mobile devices such as smartphones and tablets.
Author   AhmetFurkanDEMIR
🌐
Quora
quora.com › Which-is-the-best-Python-IDE-for-Android
Which is the best Python IDE for Android? - Quora
Answer (1 of 2): The undisputed champion is Pycharm. No way, an IDE can be better than Pycharm for writing Apps in Python, especially for Android. If you are working with Kivy, Pycharm will help you like God. I have been recently working on a Computer Vision Syndrome App like an Alarm System an...
🌐
GitHub
github.com › M-Schrapel › Python-Server-for-Android
GitHub - M-Schrapel/Python-Server-for-Android: A simple Python server backend for Android applications
A simple Python server backend for Android applications - M-Schrapel/Python-Server-for-Android
Author   M-Schrapel
🌐
Google Groups
groups.google.com › g › kivy-users › c › rZuRgwZ6T8s
[Python for Android] Simple Example Needed
If you want examples of runnable programs, there are some general python-for-android test applications at https://github.com/kivy/python-for-android/tree/master/testapps . The setup.py files can be run with 'python setup.py apk' to perform the python-for-android build, as long as you have python-for-android installed from the master branch.
🌐
GitHub
github.com › topics › python-android
python-android · GitHub Topics · GitHub
python mqtt iot tcp controller websocket udp internet-of-things bluetooth-low-energy connection python-android python-bluetooth python-controller python-iot ... Python game for android, developed using python-pygame and built using ...
🌐
GitHub
github.com › yan12125 › python3-android
GitHub - yan12125/python3-android: Python 3 cross-compilation tools for Android. · GitHub
This is an experimental set of build scripts that will cross-compile Python 3.9.0 for an Android device.
Starred by 92 users
Forked by 34 users
Languages   Python 84.3% | Shell 15.7%