An open API service indexing awesome lists of open source software.

https://github.com/ishankhare07/multi-tab-browser

A webkit based browser in python and gtk
https://github.com/ishankhare07/multi-tab-browser

Last synced: 10 months ago
JSON representation

A webkit based browser in python and gtk

Awesome Lists containing this project

README

          

# multi-tab-browser
A webkit based browser in python and gtk

## Requirements:
1. Ubuntu 14.04 or above
2. Python 3.2 or above

## Installation
* Copy and run the following in your terminal
```shell
wget -O- https://raw.githubusercontent.com/ishankhare07/multi-tab-browser/master/install.sh | sh
```

## Running
* Clone the repo and navigate to the cloned directory
```shell
git clone git@github.com:ishankhare07/multi-tab-browser.git
cd multi-tab-browser
```
* Run the following
```shell
python3 run.py
```