Python-iOS

April 23, 2023 ยท View on GitHub

This swift package enables you to use python modules in your iOS apps.

Installation

.package(url: "https://github.com/kewlbear/Python-iOS.git", from: "0.1.1-b")

Usage

import PythonSupport

PythonSupport.initialize()

If you want to build XCFrameworks yourself, see https://github.com/kewlbear/kivy-ios.

License

MIT

Contents

  1. 1Installation
  2. 2Usage
  3. 3License