Skip to content

Instantly share code, notes, and snippets.

@boozook
boozook / README.md
Last active January 1, 2026 08:11
Install PIP for Pythonista 3.x

Usage

  1. run install pip.py, follow instructions
  • edit pip config that placed in the local root
  • edit your pythonista_startup.py, add PIP_CONFIG_FILE env
  1. reboot Pythonista
  2. run run.py, then type show pip or freeze

That's all. Now you can (un)install packages, upgrade pip, whatever.

@sbbosco
sbbosco / wkwebview.py
Last active January 2, 2026 08:42
WKWebView - modern webview for Pythonista
#coding: utf-8
'''
WKWebView - modern webview for Pythonista
modified version of https://github.com/mikaelho/pythonista-webview
updated for pythonista 3.4 compatibility
'''
__version__ = '1.1'
from objc_util import *