Skip to content

Implementation of a simple web browser using GTK+3 and WebKit2 in Python

License

Notifications You must be signed in to change notification settings

bhavyejain/Gtk-Web-Browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTK WEB BROWSER

This repository contains 3 browser implementations. The web browsers are created using the GTK+3 GUI toolkit and WebKit2 web engine.

Browser

browser.py is a single tab browser made by following some online tutorials. It uses outdated versions of the WebKit engine. This version of WebKit works for Ubuntu 16.04 and older. An installation of the older version of WebKit might be required to make this work.

Simple Browser

simple_browser.py is a single tab browser that utilizes the latest versions of GTK and WebKit2. This was made by primarily modifying browser.py to incorporate the latest code.

Neo Browser

neo_browser.py is a more complete browser. This browser supports multiple tabs (create, switch, close) and text searching in a tab. This implementation also uses the latest versions of GTK+3 and WebKit2.

About

Implementation of a simple web browser using GTK+3 and WebKit2 in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages