qpython icon indicating copy to clipboard operation
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.

Results 107 qpython issues
Sort by recently updated
recently updated
newest added

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?

![screenshot_2018-09-29-09-05-38-153_org qpython qpy](https://user-images.githubusercontent.com/43691947/46240639-354e4e80-c3c8-11e8-80a4-f598ec0b7d99.png)

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...

![image](https://user-images.githubusercontent.com/8515692/85591187-ab541800-b677-11ea-8387-741d09e68fa3.png) 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...