Skip to content

Latest commit

 

History

History
126 lines (120 loc) · 7.89 KB

Utilities.md

File metadata and controls

126 lines (120 loc) · 7.89 KB

Utilities

GitHub Repos

Script Name Description
StaSh Shell, with ui, thread support, tab completion, etc.
Synchronator Dropbox file synchronization - Dropbox V2 API
DropboxSync Dropbox File Synchronization - Dropbox V1 API - deprecated
Shellista Another iOS Shell Written for Pythonista
ImportObjCClass Very easily import ObjC classes and check for typos
editmenu Pythonista editor sidebar utilities
Snakeyes Simple code-completion system for Pythonista
PythonistaRSSReader Super simple RSS reader for use with Pythonista
filenav A simple file navigator with support for accessing the entire directory structure, not just the Script Library
LastPass Pythonista LastPass Python API (adapted for iOS - Pythonista)
url_cleaner Convert a short URL into the original longer version
hexviewer Simple Hexviewer
SFTPclient Simple UI SFTPclient
Pythonista Webbrowser Simple Web Browser using the UI Module
PhoneManager UI FileManager (not only for Phones)
ed Codemirror based editor, capable of editing many file types
youtube-dl Download videos from YouTube or other video platforms
youtube-dl downloader Downloads and installs youtube-dl
SMBclient UI tool to access Samba/Windows-Shares
PhoneSMB UI tool to access Samba/Windows-Shares from your Phone
blok Static website generator for Pythonista + Editor
HTMLEditor Pythonista A basic html editor for Pythonista
mail-me-mah-code Makes a .zip file of your project and emails it to your specified recipient
Post-to-Pythonista-Forum Script for posting to the Pythonista forums (1.0) from within Pythonista itself
Task-List Create, read, update, and delete task lists
pythonista-sqlite3-browser A sqlite3 browser written for Pythonista
maze-cv A program for scanning and solving mazes
EsolangsInterpreter An interpreter for esoteric programming languages using Pythonista's UI module
IstaFlow A automation app for pythonista
pyzipista Tool to create a self-extracting Pythonista application
rechtschreibung Test different rule sets for German spelling
WebIDE Simple Web IDE made for Pythonista
Unzipper Choose files in an archive to unzip
s3sync Backup and restore to an Amazon S3 bucket
MLBPlayista Watch MLB.tv games on an iOS device without using the MLB AtBat app
Password Generator A simple password generator that lets the user copy the generated password to the clipboard with a single tap
PythonistaHexEditor A simple hex editor for Pythonista
CleverSFTPClient Very practical Pythonista SFTPClient application
Pythonista Dropbox Picker A script to enable Pythonista to download files from Dropbox
Game Engine A Game Engine WIP
PyDoc A docset browser written for Pythonista

GitHub Gists

Script Name Description
Dropbox File Picker V2 Script to import a file from Dropbox into Pythonista - Dropbox V2 API
Dropbox File Picker Script to import a file from Dropbox into Pythonista - Dropbox V1 API - deprecated
PythonistaBackup Creates a zip archive of your Pythonista files and serves them via HTTP in your LAN.
filedownloader Uses the requests module to download files and the ui module to show a progress bar
FontInstaller Script installs a custom TTF font on iOS (system-wide)
ShortcutGenerator Script adds a "Webclip" shortcut to your homescreen for another script
GoogleSearch Searches Google and copies the first result to the clipboard as a Markdown link in the form [title] (url).
watch_pythonista_forum Script prints out info on all posts to the Pythonista forum in the past 24 hours
glassboard2json Converter script to get machine-readable JSON from a Glassboard HTML export
ShortURL URL shortener using is.gd
MarkdownPDF Converts Markdown documents to PDF directly on your iOS device
indentation Add this to your action menu and quickly indent multiple lines of code
fmath Advanced functional math module
Module grabber Get the sourcecode of a non-builtin module