Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Turn your Python application into an Android APK

License

NotificationsYou must be signed in to change notification settings

kivy/python-for-android

Repository files navigation

python-for-android (p4a) is a development tool that packages Python apps intobinaries that can run on Android devices.

It can generate:

It supports multiple CPU architectures.

It supports apps developed withKivy framework, but wasbuilt to be flexible about the backend libraries (through "bootstraps"), andalso supportsPySDL2, and aWebView witha Python web server.

It automatically supports dependencies on most pure Python packages. For otherpackages, including those that depend on C code, a special "recipe" must bewritten to support cross-compiling. python-for-android comes with recipes formany of the most popular libraries (e.g. numpy and sqlalchemy) built in.

python-for-android works by cross-compiling the Python interpreter and itsdependencies for Android devices, and bundling it with the app's python codeand dependencies. The Python code is then interpreted on the Android device.

It is recommended that python-for-android be used viaBuildozer, which ensures the correctdependencies are pre-installed, and centralizes the configuration. However,python-for-android is not limited to being used with Buildozer.

Backers on Open CollectiveSponsors on Open CollectiveGitHub contributorsContributor Covenant

PyPI - VersionPyPI - Python Version

Unit tests & build appsCoverage StatusDocker

Documentation

More information is available in theonline documentation including aquickstart guide.

python-for-android is managed by theKivy team.

Support

Are you having trouble using python-for-android or any of its related projectsin the Kivy ecosystem?Is there an error you don’t understand? Are you trying to figure out how to useit? We have volunteers who can help!

The best channels to contact us for support are listed in the latestContact Usdocument.

Code of Conduct

In the interest of fostering an open and welcoming community, we ascontributors and maintainers need to ensure participation in our project andour sister projects is a harassment-free and positive experience for everyone.It is vital that all interaction is conducted in a manner conveying respect,open-mindedness and gratitude.

Please consult thelatest Code of Conduct.

Contributors

This project exists thanks toall the people who contribute.[Become a contributor].

Backers

Thank you toall of our backers!🙏 [Become a backer]

Sponsors

Special thanks toall of our sponsors, past and present.Support this project by[becoming a sponsor].

Here are our top current sponsors. Please click through to see their websites,and support them as they support us.


[8]ページ先頭

©2009-2025 Movatter.jp