Skip to content

Instantly share code, notes, and snippets.

View kejoester's full-sized avatar

Karl-Eduard Joester kejoester

  • D 82166 Gräfelfing
View GitHub Profile
@kejoester
kejoester / FileTransfer.py
Created November 30, 2012 08:43 — forked from omz/FileTransfer.py
File Transfer script for Pythonista (iOS)
# File Transfer for Pythonista
# ============================
# This script allows you to transfer Python files from
# and to Pythonista via local Wifi.
# It starts a basic HTTP server that you can access
# as a web page from your browser.
# When you upload a file that already exists, it is
# renamed automatically.
# From Pythonista's settings, you can add this script
# to the actions menu of the editor for quick access.