omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Pythonista UI to Webapp

    Pythonista
    4
    4
    1357
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ihf
      ihf last edited by

      I know the subject of taking Pythonista scripts that use the UI to a desktop has been asked before (although I don't know if anyone ever developed anything that would make this possible). However, I have a related question: Has anyone developed a way of translating a Pythonista script that uses UI to run as a Webapp? In other words, use Pythonista and its GUI builder to create Webapps that would run elsewhere.

      1 Reply Last reply Reply Quote 0
      • ccc
        ccc last edited by

        If you have an M1 Mac then Pythonista will run nicely.

        cvp 1 Reply Last reply Reply Quote 0
        • cvp
          cvp @ccc last edited by

          @ccc that is not exactly what he asks, he would like a webapp.....

          1 Reply Last reply Reply Quote 0
          • JonB
            JonB last edited by

            Ui wont run elsewhere, but of course you can use a webview.
            https://github.com/kollivier/pyeverywhere
            was an old attempt at wrapping webview with backend python launching in a cross platform way. So you use html/js/css, with some python running the show in the background.
            I have nevr used it, so not sure how far he got (also, not sure if it will work with latest pythonista)

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB Forums | Contributors