Simple web browser written in GTK+ with WebKit.
Python
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
LICENSE
README.md
screenshot.png
webbrowser.py

README.md

Webbrowser

This is a simple web browser written in GTK+ with WebKit.

Screenshot of my web browser.

You need to install GTK+ and WebKit for it. On Debian-based GNU/Linux distributions such as Ubuntu and Linux Mint, you can run this on a terminal:

sudo apt-get install python3-gi gir1.2-{gtk,webkit}-3.0

Then simply run webbrowser.py in python3, or chmod +x it and run ./webbrowser.py.