Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

pythonista scripts

Scripts intended to be used with the iOS Pythonista application. In some cases, as noted in the script comments, the scripts can be used on a regular linux/mac osx environment as well.

Catalog

clipboard/

  • Scripts that do no use the Pythonista App Extensions, but just Clipboard content.

extensions/

  • Pythonista App Extensions for the iOS homescreen shortcuts and actions.

scripts/

  • General scripts. eg. http server.

thirdparty/

  • Scripts and repos I have downloaded from elsewhere.

Installation

  • Pythonista console:
  • Run: import urllib2; exec urllib2.urlopen('http://khl.io/pythonista-scripts').read()
  • Linux/Mac OS Terminal:
  • Run: python -c "import urllib2; exec urllib2.urlopen('http://khl.io/pythonista-scripts').read()"

About

Pythonista iOS app scripts & extensions

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.