qpython
qpython copied to clipboard
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.
Hi there.I try to run turtle spiral codes in qpython 3 but it can't run.I don't understand way.please help #NiceHexSpiral.py import turtle colours=[‘red’,‘purple’,‘blue’,‘green’,‘yellow’,‘orange’] t=turtle.pen () turtle.bgcolor (‘black’) for x in...
I couldn't install any OpenCV on QPython3. No package named opencv-aipy3 exists. Why is that?

This is kind of basic question. qpython3 has nice some library for machine learning and some tools for math . Maybe qpython pre 3 version has pygame package such as...
I am trying to install pyaudio for speech recognition but am getting this error. --> Traceback (most recent call last): File "", line 1, in File "/storage/emulated/0/qpython/cache/pip-build-5v9zjjkg/pyaudio/setup.py", line 111, in...
版本: QPython OL 3.0.0 手机型号: 华为mate20pro ``` droid = androidhelper.Android() m = 0 while True: droid.ttsSpeak('用时%d分钟'%m) time.sleep(60) m += 1 ```
+ Enhance SL4A Service Daemon + Fix QPYPI issue
Hello I am tying to build qpython from the scratch MacOS Mojave Android studio 3.6.2 SDK: 29.0.3, 28.0.3, 27.0.3 NDK: 21.0.6113669, 20.0.5594570 git clone [email protected]:qpython-android/qpython.git cd qpython git submodule init...
Hello I tried around with bluetooth_chat.py. Got it working except for the return message. Boiled down the problem to the few lines seen in the attached file. [bluetooth_error_example.py.txt](https://github.com/qpython-android/qpython/files/2766792/bluetooth_error_example.py.txt) There is...
 I want to run uiautomator2 on my real device,but get the error like above. When I use ATX-agent and adb, it's fine. BTW,my local python is 3.8. Qpython is...