https://github.com/qpython-android/qpysl4a
QPySL4A is the Script Layer for Android (SL4A) Library for QPython. It allows you to program to drive Android to work.
https://github.com/qpython-android/qpysl4a
Last synced: 9 months ago
JSON representation
QPySL4A is the Script Layer for Android (SL4A) Library for QPython. It allows you to program to drive Android to work.
- Host: GitHub
- URL: https://github.com/qpython-android/qpysl4a
- Owner: qpython-android
- License: apache-2.0
- Created: 2019-07-01T04:12:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T08:35:27.000Z (almost 4 years ago)
- Last Synced: 2025-04-11T21:08:12.307Z (9 months ago)
- Language: Java
- Homepage:
- Size: 242 KB
- Stars: 37
- Watchers: 10
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# About
QPysl4a is forked from https://www.github.com/damonkohler/sl4a/, and it provides the Android Layer APIs for script engine.
It is not a standalone project, it will be included by QPython / QPython3 as a submodule.
# APIs Documentation
If you are looking for a solution to drive Android with Python, then maybe QPysl4a is exactly what you need. With the help of QPysl4a, you could call many Android APIs with Python code.
Here is what we have provided: [QPysl4a APIs](doc/en/APIs.rst), [Chinese version](doc/cn/APIs.rst)
## More information
Please visit [QPython Project Readme](https://github.com/qpython-android/qpython/blob/master/README.md)