Skip to content

Instantly share code, notes, and snippets.

View BennettPompiM7's full-sized avatar

BennettPompiM7

View GitHub Profile
@BennettPompiM7
BennettPompiM7 / open_localhost_in_chrome.py
Created October 8, 2025 16:46
For Alex, Love Bennett
# open_localhost.py
import subprocess
import sys
URL = "http://localhost:3000"
osascript = f'''
set targetURL to "{URL}"
try