I am developing an application in python and am planning to distribute it as source or as binary (pyinstaller) (i am open to both options, use whatever works best). I want to open my app, through a uri, like myapp://some_more/info.
how do i achieve this in python?
other conditions:
- the app will be running when the link is opened
- should be cross platform
- should be able to read the full uri (if i click on
myapp://option1=hello, i want to be able to retrieve the string.)
Aucun commentaire:
Enregistrer un commentaire