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

`matplotlib-aipy3` v2.2.3 is not compatible with `python` v3.11. While importing matplotlib I get the following error: ``` Traceback (most recent call last): File "test2 .py", line 1, in import matplotlib...

Bluetooth fasade couldn't connect to SPP device. I am trying to port my software from old sl4a version to qpython. The part of code is very simple ``` import androidhelper...

why does qpython smsSend throws an exception but qpython3 doesn't ? is there a workaround to fix this issue? my script is simple: from androidhelper import Android droid = Android()...

Hello @riverfor You developed a beautiful software for us, I also want to contribute with you. But i did't understand `Jackpal Terminal Emulator`. Can you please teach me ? Please...

The path of qpython projects in execution is ./Android/data/org.qpython.qpy3 and it doesn't exist... But by default it has to be ./qpython directly EDIT : This folder is a private app...

Hello, Since the app is Apache licensed, would you agree to have it included to [F-Droid](https://f-droid.org/)? It's a strong community (actually almost the unique) focusing on distributing open-source Android apps....

Last release only has the `_cn.apk` attached (`com.hipipal.qpyplus`). Could you please also attach `org.qpython.qpy`?

Always occurrs network problem when qpypi install online. I think it might be a solution if I download the package previously, and install package offline.

修正了退格不能跨行消除的bug,修正中文换行末尾缺字符的bug