Calculator App URL scheme
-
Hi all, how to open native apps like calculator in pythonista 3 ? Is there a url scheme for calculator app?
-
@afh1012 pythonista3://Examples/User Interface/Calculator.py?action=run
-
@cvp thanks but I wanted to know how to call native apps like iTunes Store, App Store and native calculator, not to just open a script from inside another
-
@afh1012 Sorry, I did understand that you wanted to open a Pythonista script from Safari or Shortcuts.
-
@afh1012 use
webbrowser.open(url scheme of app)
-
Yes boss I’m asking what is the url scheme of the native calculator app ?
-
@afh1012 I don't think there is an url scheme for this app, but for App Store, this works
import webbrowser url = 'itms-apps://search.itunes.apple.com/WebObjects/MZSearch.woa/wa/search?media=software&term=virtual+reality' webbrowser.open(url)
-
A Google search gives you sites like this one
-
I didn't propose this way because I work on an iPad and the native Calculator app does not exist on an iPad. If you have an iPad and you edit this shortcut, you will not see the chosen app but on an IPhone, you should.
-
This post is deleted!last edited by Amelia125
-
This post is deleted!last edited by
-
This post is deleted!last edited by Armentrou1t