Python App Opener | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Python App Opener

Can we get our code to open an app on our iPad when we run it?

21st Dec 2020, 4:42 AM
Cooper
5 Answers
+ 2
First of all creating ios apps with python is not possible at all, but maybe possible with kivy. After some research I found only for these . For PC Applications including mac: https://stackoverflow.com/questions/14831716/can-i-open-an-application-using-python-during-run-time For Android Apps: https://stackoverflow.com/questions/44609971/launch-android-app-from-python-script
21st Dec 2020, 7:12 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
+ 2
Thanks. But can a python code open a downloade app on ios devices. Like ‘open app: rise_up;’?
21st Dec 2020, 7:13 AM
Cooper
+ 1
Can we get a python code to open an app on any ios device and if not, which devices can?
21st Dec 2020, 5:50 AM
Cooper
+ 1
Above for android apps they used a library sl4a (scripting layer for android), which only allows you to interact with android. After some more research I have found this library, this library can help you to interact with ios https://pypi.org/project/pymobile-device/#description I have found it after some research. I haven't tried it , so I don't know wether it will work or not. 🙂
21st Dec 2020, 11:45 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
+ 1
thanks so much
22nd Dec 2020, 7:50 AM
Cooper