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.


    Sharing code to total non-programmers

    Pythonista
    3
    3
    2267
    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.
    • polymerchm
      polymerchm last edited by

      I would like to provide chordcalc to non computer types. I am at a music camp and many people have expressed in geting a copy. I'm not looking to make mony off it at this point as Gek Low build the core engine. They would have to buy pythonista, but I would like them to have the abillity to download a girst, or go go to a website or something that lets a neophyte get the whole package as simply as possible from githib. I recall seeing somethin like this before

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

        You might look thru https://github.com/Pythonista-Tools/Pythonista-Tools/blob/master/GitHub Tools.md

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

          the stash getstash.py is fairly elegant, downloading and installing from github.

          in conjunction with a url shortener (which you would set up to point to the raw file from github), users can copy/paste a single line

           import urllib2; exec urllib2.urlopen('http://bit.ly/get-stash').read()
          

          which downloads and executes the install script.

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