awesome-pythonista icon indicating copy to clipboard operation
awesome-pythonista copied to clipboard

Collection of Pythonista 3 (iOS app) scripts and things

awesome-pythonista

Collection of Pythonista 3 (iOS app) scripts and things

Requirements

Helpful, related Apps!

scripts at top-level

  • gistcheck.py - GitHub gist library
  • read_from_working_copy_app.py - receive files from Working Copy Git app
  • savefile.py - Download file at URL

Referenced repos

  • psidnell__Pythonista

    • https://github.com/psidnell/Pythonista
    • Location2* and Import (from Dropbox, using workflow).
      • NOTE: Import.py / Dropbox seems broken in iOS 10 beta
  • dhutchison__PythonistaScripts

    • https://github.com/dhutchison/PythonistaScripts
    • File Downloader and Dropbox Sync
      • http://www.devwithimagination.com/2016/06/14/pythonista-dropbox-sync-revisited/
  • digitalrounin__pythonista-fileserver

    • https://github.com/digitalrounin/pythonista-fileserver
    • File server running directly in Pythonista, allowing "uploads" into Pythonista. Adds SSL and authentication
  • cclauss__Pythonista-and-Working-Copy

    • https://github.com/cclauss/Pythonista-and-Working-Copy
    • The ONE for importing Git repos. Allows import into Pythonista of git repo using WorkingCopy app
  • Pythonista-Tools

    • https://github.com/Pythonista-Tools/Pythonista-Tools
    • The ONE to rule them all. Tries to maintain categorized collection of pointers to Pythonista utilities
  • pythonista-tools-installer

    • https://github.com/ywangd/pythonista-tools-installer
    • Useful Pythonista GUI app for getting the Pythonista-Tools scripts
  • spencerogden__gistcheck

    • https://gist.github.com/4702275.git
    • A GitHub gist library that will create additional related .py commands in same directory when run