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.
This patch attempts to modify the build process to be easier to run and maintain. Heavily inspired by notes in issue #160 The app compiles and installs, but the localization...
Hello, pls help me. /data/user/0/org.qpython.qpy/files/bin/qpython-android5.sh "/data/user/0/org.qpython.qpy/files/bin/qpypi.py" && exit qpy/files/bin/qpypi.py" && exit < Input pip commands, ie: pip install {module} OR pip help -->pip install gmpy2 Collecting gmpy2 Using cached https://files.pythonhosted.org/packages/90/f4/9a2e384b325b69bc5827b9a6510a8fb4a51698c915c06a3f25a86458892a/gmpy2-2.0.8.zip...
smsDeleteMessage(id),result is false,can't delete message. smsMarkMessageRead(ids, read),doesn't change anything. Android7.1.1,rooted.Qpython3 latest.
Error importing pyGame
I've installed Qpython3 on my android cellphone. However, when I typed in "import random" in one program, and ran the program, the following error message appears: Traceback (most recent call...
Since upgrading to Oreo I am no longer able to create shortcuts for scripts. When going through the process I get the message that the shortcut was created but no...
Hello, I'm from the pygame project. Is pygame usable on QPython now? If so how? Also... what version of pygame is used? best regards,
Hi @all. Default indentation is 4 spaces and i can not find a setting to change it. I found that a single space for indentation is pretty good for small...
Qpython.org needs some help ....
I have a python2 script with these lines: import androidhelper droid = androidhelper.Android() droid.webViewShow ( 'file:///sdcard/qpython/html/foo.html') and the file 'foo.html' has a script that has this code: try { droid...