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

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.

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)