About
Welcome to the QPython project!
QPython is the Python engine for android. It contains some amazing features such as Python interpreter, runtime environment, editor and QPYI and integrated SL4A. It makes it easy for you to use Python on Android. And it's FREE.
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.
QPython Ox is mainly aimed at programming learners, and it provides more friendly features for beginners. QPython 3x is mainly for experienced Python users, and it provides some advanced technical features.
Quick start
This repository is the QPython Ox project repository, you can follow the below steps to run it.
- Macos + Android studio, (Ubuntu may work too)
- git clone [email protected]:qpython-android/qpython.git
- git submodule init
- git submodule sync
- git submodule update
- build it...
Get more information from wiki for developing QPython
Related
- QPython 3x features, QPython Ox features
- QPySL4A APIs and test scripts
- QPYPI Packages
How to ask QPython related questions
In order to benefit those guys who have the same issue with QPython, we suggest that you should ask the issue which is related with QPython within public techical communities.
English QPythonista Community
Chinese QPythonista Community
- 在segmentfault提问 - Chinese
- 在贴吧讨论 - Chinese
- Wechat Group: Please add yhc-startup
Report issues
Please tell us your phone's informatioin, android os information, QPython branch, and your code, where did you install it and the detailed stituation you have encountered.
Donation
- harford (Wechat)
- 晨晖 (Wechat)
THANK YOU VERY MUCH FOR DONATION!
How to contribute
WE NEED YOUR HELP AND CONTRIBUTE, WE WILL BE VERY GRATEFUL IF YOU CAN TELL US YOUR IDEA OR SUGGESTION.
IF YOU WANT TO PARTICIPATE THIS PROJECT, PLEASE SEND YOUR EMAIL TO US, WE WILL INVITE YOU INTO QPYTHON SLACK GROUP WHERE WE WILL DISCUSS HOW TO PUSH ON QPYTHON.
- Email: [email protected]
- Twitter: @qpython
- Facebook: https://www.facebook.com/qpython
Or you can join qpython slack
THANK YOU.
logging
- 230208 ZQ append README for release new version .apk
- latest code in gitee: qpython-android/qpython