Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qpython-android/qpython

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.
https://github.com/qpython-android/qpython

ai android generative-ai python

Last synced: 5 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](https://github.com/qpython-android/qpython/wiki) for developing QPython

## Related

- Get newest QPython: [QPython 3.2.5 in Google drive](https://drive.google.com/file/d/1guSK2K44teWznXmSyu1RLeD0QzDGpPnM/view?fbclid=IwAR1c0uF4YvBH7PiHiz1k5K3qEWxOkqXULKRYOFJJfXNsiuAJCtMkF-Kfp6M)
- [QPython 3 features](https://github.com/qpython-android/qpython.org/blob/master/qpython-docs/source/en/qpython_3x_featues.rst), [QPython features](https://github.com/qpython-android/qpython.org/blob/master/qpython-docs/source/en/qpython_ox_featues.rst)
- [QPySL4A APIs](https://github.com/qpython-android/qpysl4a/blob/master/doc/en/APIs.rst) and [test scripts](https://github.com/qpython-android/qpysl4a/issues/1)

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

- For general user: [Discuss QPython Programming in QPython Group](https://www.facebook.com/groups/qpython/)
- For contributor: [Join QPython Slack](https://join.slack.com/t/qpython/shared_invite/zt-bsyw9868-nNJyJP_3IHABVtIk3BK5SA)
- For all users: [Join QPython Discord](https://discord.gg/hV2chuD)

### Chinese QPythonista Community

- Wechat Group: Please scan the following qrcode with your wechat and send adding request with comment "qpy from github"

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

- [Report an app's issue](https://github.com/qpython-android/qpython/issues)
- [Report an non-app's issue](https://github.com/qpython-android/qpython.org/issues)
- [Request to support a package](https://github.com/qpython-android/qpypi/issues)

THANK YOU.