Skip to content

Instantly share code, notes, and snippets.

@pydoh
pydoh / pybrowser.py
Last active December 29, 2023 17:02 — forked from kklimonda/pybrowser.py
A minimal Gtk+/Webkit based browser in Python
#!/usr/bin/env python2
# -*- coding: UTF-8 -*-
# Python imports
import sys
# Gtk imports
from gi.repository import Gtk, Gdk, WebKit