Pythona’s built-in scene module supports games, animations, and interactive graphics. photos lets you select photos and videos through the system photo picker or save them to the photo library. audio provides playback, recording, and audio effects, while coreml loads Core ML models and runs inference on the device.
Use the pythona package to work with app features: pythona.packages installs third-party packages, and pythona.ai lets you create, read, and update custom AI provider configurations.
These modules depend on the runtime provided by Pythona. When moving to another Python environment, you need to replace or adapt the relevant calls. Modules with the same names in other apps may have different APIs.
For additional iOS system features, we recommend rubicon-objc to call native iOS APIs from Python, including UIKit for native interfaces. See the device information and WKWebView examples in the app.
These Pythona-specific extensions currently have no standalone API documentation. You can refer to the in-app examples, any available Python source code, and the modules’ built-in help. You can also ask the AI assistant to review these resources before writing and running code.