kewlbear / PythonSupport

Swift package supporting Python in iOS apps
MIT License
6 stars 2 forks source link

Instruction how to install and use it? #2

Open IhorKram opened 1 year ago

IhorKram commented 1 year ago

I'm trying to run python files and libs inside my iOS application. So I've found PythonKit lib. Then I found PythonSupport lib for running PythonKit lib on iOS But I don't understand how to install these libs.

Do you have step-by-step instructions on making Python work inside the iOS app? like, for example:

  1. open xcode->tap smt -> tap smt else -> etc.
  2. ........

on "usage" section is just a link to another project (https://github.com/kewlbear/PythonPlayground) - I don't understand how it can help me.

kewlbear commented 1 year ago

You should use https://github.com/kewlbear/Python-iOS/tree/kivy-ios.

See https://github.com/kewlbear/YoutubeDL for a sample app.