Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am silenceway on github.
  • I am silenceway (https://keybase.io/silenceway) on keybase.
  • I have a public key ASDYftYJSi_5y0luXtCT89RW3h3-dtwJSd06MZHx7V-leQo

To claim this, I am signing this object:

@silenceway
silenceway / FileTransfer.py
Created January 24, 2020 01:53 — 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.